-
Notifications
You must be signed in to change notification settings - Fork 25
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
Export only desired metrics #21
Comments
Right now it is not possible to suppress export of some arbitrary metrics. All netrics collected in code running inside Sidekiq worker process, will be collected and exposed by yabeda-prometheus on /metrics endpoint of this process. Can you please clarify, what are these “default” metrics you are talking about? If you don't want to collect some of your custom metrics, you can place them inside |
Hey @Envek , by default metrics I mean all the 'Local per-process metrics' and 'Global cluster-wide metrics' defined in the Readme file. My question is how can I export just a few of them and not all of them. |
No, there is no way to do that currently. You can only disable the whole “Global cluster-wide metrics” group with But why do you need that? I still can't get the use case. |
Transferred this issue to main yabeda repo as it's should be fixed there. Most probably we would like to support this metrics filtering in future. |
Thanks @Envek , |
Hey @Envek ,
Right now hitting /metrics displays all the default metrics. How can I restrict it to display only those metrics which I need?
The text was updated successfully, but these errors were encountered: