-
Notifications
You must be signed in to change notification settings - Fork 2k
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
metrics: introduce client config to include meta as part of the base label #23964
metrics: introduce client config to include meta as part of the base label #23964
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mvegter! This is looking pretty good. I've left some comments. Additionally, can you:
- run
make cl
to add a changelog entry - add documentation for this new config value to
website/content/docs/configuration/client.mdx
. This should warn about the potential impact to cardinality.
Thanks for this PR!
99e74f9
to
0ef9371
Compare
0ef9371
to
b377e5e
Compare
b377e5e
to
c447d94
Compare
c447d94
to
f51d2e0
Compare
f51d2e0
to
400856e
Compare
Thanks for the feedback @tgross , I have updated the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great @mvegter! Just a few more small things and this should be good-to-go.
400856e
to
825f5a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mvegter for the docs update as part of your code PR! Thanks also Tim for reviewing. I made a minor suggestion so the docs content conforms to our style guide rule to use present tense.
4fbcab3
to
9aa6b0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Ok, this has been merged and will ship in Nomad 1.9.0. Thanks for the contribution @mvegter! |
Took a stab at the following tickets / discussions :
First time opening a pull request using Go , feedback is much appreciated !