-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to add capability to collect metrics from selected indices #321
Comments
Hello Jacob, this is actually very good point. Right now it is only possible to enable or disable indices metrics. But as you point out this is far from ideal. Actually, prometheus can have problems (label explosion) when number of indices grow beyond certain level as well. How would you like to specify which indices the metrics should be collected from? |
Hi Lukas, Regards |
Hi Jacob, |
Yes, this looks like a very good proposal. |
Hi Lukas, |
Hi,
Currently there is only an option to disable the metric collection for indices as a whole using the setting prometheus.indices: false. Is it possible to add support to collect metrics only for a limited set of indices?
Once the number of indices grow above 50 or so, we are seeing metrics collection is taking long resulting in gaps in the metrics scraped by Prometheus. In such cases, it would be nice to be able to monitor metrics for a few critical indices instead of disabling it completely.
Thanks
Jacob Mathews
The text was updated successfully, but these errors were encountered: