-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Naming conventions: Refine the recommendations. #2469
Comments
Hi @beorn7 , I have a couple of questions here,
If you think my understanding is right here, i can work on this and create a PR. |
I'm not sure about the precise answers to your questions. I guess finding the answers is part of the task here. @juliusv and @SuperQ might be better suited to loop in here. All I can say is that we want the best practices worded in a way that metric names that are in fact fine should be covered by the best practices. From my limited understanding, this is not at all about metrics for "failed" things or the In different news, I think we still want to keep "real" units going last even for metrics that have
My gut feeling right now is to not overregulate beyond "an actual unit (not "truncations") should go last" as 1st priority and "take sorting into account as it fits your use case" as 2nd priority. But as said, others will have stronger and better justified opinions. @Gopi-eng2202 I'll assign you to this issue, and maybe you could just draft something up in a PR and nominate @SuperQ and @juliusv as reviewers to see what they think. |
Ok , i got it. I'll work on it. Thanks |
Signed-off-by: Gopi-eng2202 <[email protected]>
Signed-off-by: Gopi-eng2202 <[email protected]>
Signed-off-by: Gopi-eng2202 [email protected]
Signed-off-by: Gopi-eng2202 <[email protected]>
Best practices: Refine metric naming recommendations --------- Signed-off-by: Gopi-eng2202 <[email protected]> Signed-off-by: gopi <[email protected]> Signed-off-by: beorn7 <[email protected]> Co-authored-by: Ben Kochie <[email protected]> Co-authored-by: beorn7 <[email protected]>
prometheus/prometheus#8718 discusses "misnamed" metrics and comes to the conclusion that their names are actually fine and we should improve the recommendations for naming metrics to match the actually existing "fine" metric names.
So the task here is to turn the discussion in prometheus/prometheus#8718 into changes of the metric naming best practices page.
The text was updated successfully, but these errors were encountered: