Skip to content
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

Support renamed metrics #55

Closed
emschwartz opened this issue Jul 10, 2023 · 0 comments · Fixed by #61
Closed

Support renamed metrics #55

emschwartz opened this issue Jul 10, 2023 · 0 comments · Fixed by #61
Labels
enhancement New feature or request

Comments

@emschwartz
Copy link

All queries should be updated in the following way:

  • Any references to the function call counter should be identified using {__name__=~"function_calls(_count)?(_total)?"}
  • Any references to the histogram should be identified using {__name__=~"function_calls_duration(_seconds)?_bucket"} or _count/_sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant