Open alexd88 opened 4 years ago
Hello Mister,
From personal production experience: drop summary altogether and replace them by histograms. This will prevent fluentd to become slower and slower. The computing charge will be displaced on prometheus side when you make query to compute quantiles from the histogram metrics.
See https://github.com/fluent/fluent-plugin-prometheus#histogram-type and https://prometheus.io/docs/practices/histograms/
Btw in recent prom ruby client, summary metric no longer exposes quantiles, I request an update to latest prom client version in https://github.com/fluent/fluent-plugin-prometheus/pull/180
Hi!
I ran into a problem after adding summary metrics to the fluentd configuration file: scrape duration started going up and in the end prometheus timed out trying to get metrics from the td-agent.
Scrape duration graph
td-agent plugins and configuration
In need of your assistance. Periodical restart of the td-agent service is not the option))
There is no such an issue with different types of metrics, only with summary.
Regards.