You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Fluentd set up with multiple workers and multiple plugins. Because of that, there are many Prometheus metrics.
When I hit the /metrics endpoint for individual workers, there are no issues. However, when I hit the /aggregated_metrics endpoint, I only get partial output -- the output seems to abruptly cut off after a certain point. Does /aggregated_metrics have a size limit??
Eg. If I hit the /aggregated_metrics endpoint (curl http://localhost:24240/aggregated_metrics), here are the last 3 lines of the resulting output:
Details
I have Fluentd set up with multiple workers and multiple plugins. Because of that, there are many Prometheus metrics.
When I hit the /metrics endpoint for individual workers, there are no issues. However, when I hit the /aggregated_metrics endpoint, I only get partial output -- the output seems to abruptly cut off after a certain point.
Does /aggregated_metrics have a size limit??
Eg. If I hit the /aggregated_metrics endpoint (
curl http://localhost:24240/aggregated_metrics
), here are the last 3 lines of the resulting output:Notice that the last line is abruptly cut off mid-way!
Prometheus Config
Env Info
1.11.2
1.8.2
0.0.2
6
workersThe text was updated successfully, but these errors were encountered: