I am using pushgateway to receive metrics pushed by the server through the Prometheus client. When querying through /metrics, I found that there are about 300,000 metrics on the Pushgateway. The size of data pushed by the client using the PUT API is around 80KB. However, I frequently encounter latency comes out to be more than 1 minute. What could be the reason for this?
I am using pushgateway to receive metrics pushed by the server through the Prometheus client. When querying through /metrics, I found that there are about 300,000 metrics on the Pushgateway. The size of data pushed by the client using the PUT API is around 80KB. However, I frequently encounter latency comes out to be more than 1 minute. What could be the reason for this?