On 01.07.24 12:04, Dhrubajyoti Sadhu wrote: > I have a Spring boot batch application that sends metrics to pushgateway > but at times I am getting the below error due to which partial data is > reaching the Prometheus server. > > This is happening intermittently and not all the time.
Just wildly guessing here (because that's a common problem PGW users encounter): Maybe your Pushgateway is just overloaded? How many metrics do you try to push? And how many metrics have already been pushed? Note that the intended use case is to push a handful of metrics, and have maybe a few hundreds of metrics on the PGW at the same time. -- Björn Rabenstein [PGP-ID] 0x851C3DA17D748D03 [email] [email protected] -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/ZoVCBQISWsdFrlch%40mail.rabenste.in.

