-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Update prometheus/client_golang to 1.21.0-rc.0 #129752
base: master
Are you sure you want to change the base?
Conversation
Hi @bwplotka. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Any chances to trigger tests which is primary reason for this PR? (: /test |
@bwplotka: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Did
|
/ok-to-test |
/assign @dashpole |
/assign @dashpole |
@bwplotka need to touch up the
|
Yup, on it, thanks! |
c68c3c1
to
929e15e
Compare
As per new client_golang release process we try to understand better potential compatibility issues for every minor release, against a bigger users. This particular release can be tricky due to client_golang dependency relaxing label name and metric name validation with the model.NameValidationScheme global value change, so we want to understand the consequences. Special notes for your reviewer: Technically this change permits new characters in the Prometheus metric and label names. With this we also managed to remove the need for appeengine and locally go-spew, but we added zstd compression dep. Signed-off-by: bwplotka <bwplotka@gmail.com>
929e15e
to
859fe8f
Compare
Done @dims @dashpole, thanks for help! Added tips for client_golang maintainers for the next PRs prometheus/client_golang#1723 |
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
LGTM label has been added. Git tree hash: 4bc8f6dead5c1ae8b39e899b326298b73a8a444f
|
/approve /assign @liggitt |
/hold do we want to wait till the final is cut? |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I will rebase, but first we will try to release a non-rc version (: |
What type of PR is this?
/kind feature
/hold
What this PR does / why we need it:
As per new client_golang release process we try to understand better potential compatibility issues for every minor release, against a bigger users.
This particular release can be tricky due to client_golang dependency relaxing label name and metric name validation with the model.NameValidationScheme global value change, so we want to understand the consequences.
Special notes for your reviewer:
Technically this change permits new characters in the Prometheus metric and label names. cc @dashpole
Does this PR introduce a user-facing change?