Replies: 1 comment 2 replies
-
Please share a minimal repro. It is unclear who is producing the metric. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, http intrumentation.
When application is ASP .NET Core App metrics calls
http_client_connection_duration_seconds_bucket
. but if I add metrics in console app, thsi same metrics had a diffrent namesystem_net_http_http_client_connection_duration_bucket
this is very annoying when we would like have metrics grouped by one piece - how to unification this name?Beta Was this translation helpful? Give feedback.
All reactions