-
Notifications
You must be signed in to change notification settings - Fork 1.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
[cartservice] - Add Exemplars to Cart Service #1830
[cartservice] - Add Exemplars to Cart Service #1830
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.
I would consider spliting this PR into 2 parts.
Bump packages.
All other things
Co-authored-by: Piotr Kiełkowicz <[email protected]>
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.
There is no need to add suffixes Meter/Source. It is polluting only the names/real measurements.
Co-authored-by: Piotr Kiełkowicz <[email protected]>
@Kielek thanks for all the reviews and guidance 😊 |
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
Changes
This PR adds exemplars to Cart Service.
I've followed this example: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/metrics/exemplars
Merge Requirements
For new features contributions, please make sure you have completed the following
essential items:
CHANGELOG.md
updated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.