-
Notifications
You must be signed in to change notification settings - Fork 34
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
Prometheus server latency metrics no longer provide labels per service and method #635
Comments
Hi @tyler-clark, you mean adding the Probably something we missed in the migration to the new approach. I'm ok with adding back. In the meantime, you could create your own implementation of the |
Thanks @fedefernandez ! I'll probably take your suggestion to create my own implementation for the short term, and then work on getting the metrics added back to Would the preference be for those latency metrics specifically to be another opt-in like they used to be? |
Great! I think including histograms as an |
@fedefernandez That seems reasonable enough to me, but that would break binary compatibility, wouldn't it? Maybe not a huge deal as it would just mean a new minor version at this point. Thoughts? |
@tyler-clark maybe we can keep the default builder and add a new one for specifying that param. I'm ok with breaking binary compatibility and release a new minor version though but I think a different builder could be enough. |
We recently upgraded a service from
v0.14.1
tov0.18.4
. In the old version there was a way to opt in to latency metrics with labels per service and method. I may be missing something, but I'm not seeing a mechanism provided that would allow for the same sort of per-endpoint latency metrics. If that is the case, is there maybe a reason those were removed that I might be missing? And if there is no reason, would anyone be opposed to adding something back in? I would be happy to submit a PR if there are no objections to the idea.The text was updated successfully, but these errors were encountered: