-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[cmd/telemetrygen] Add support for metric name/attributes #26506
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
[cmd/telemetrygen] Add support for metric name/attributes #26506
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.
Thanks for the contribution @claudiobastos! Would you be open to splitting adding the metric name option from adding telemetry attributes? It would speed up going through the review process
This reverts commit a971458.
…-attributes' into telemetrygen-signal-attributes
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 @claudiobastos, only one conflict needs resolving
|
@claudiobastos i gave it a shot, will see if i successfully merged things through the github UI without breaking anything 🤞🏻 The conflicting change that was merged was a documentation change. |
Oh... now we have more types for metrics \o/ |
Is there anything else I can do to improve this and allow merge ? @codeboten |
…etry#26506) **Description:** Add support to customize metric name and its attributes. **Link to tracking Issue:** open-telemetry#26505 **Testing:** - **Documentation:** self-documented in added flags --------- Signed-off-by: Claudio B <[email protected]> Co-authored-by: Alex Boten <[email protected]> Co-authored-by: Sean Marciniak <[email protected]>
Description: Add support to customize metric name and its attributes.
Link to tracking Issue: #26505
Testing: -
Documentation: self-documented in added flags