-
Notifications
You must be signed in to change notification settings - Fork 974
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
refactor(metrics/identify): update to new collector trait #4160
Conversation
Updates to `prometheus-client` `Collector` trait refactor introduced with prometheus/client_rust#149.
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. Essentially, the proposed design is a programmatic API for creating metrics right? I think that is a good model.
Upgrading to |
This pull request has merge conflicts. Could you please resolve them @mxinden? 🙏 |
Converting to draft here given that we will only merge with v0.53.0 milestone. |
@mxinden Can you cut a new release so we can remove the patch entry? |
Description
Updates to
prometheus-client
Collector
trait refactor introduced with prometheus/client_rust#149.Notes & open questions
Ready for review, though blocked to merge until prometheus/client_rust#149 is released.
Change checklist