PUT metrics timeout #606
Unanswered
yushengery
asked this question in
Q&A
Replies: 1 comment
-
The Pushgateway is not designed for this amount of metrics. It's made for hundreds of metrics, not hundreds of thousands. When you push metrics to the Pushgateway, it has to check that all the metrics together are still consistent after the push. With so many metrics already on your Pushgateway, this will take a long time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions