-
Notifications
You must be signed in to change notification settings - Fork 773
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
[sdk-metrics] Include Meter.Tags in metric identity resolution #5982
[sdk-metrics] Include Meter.Tags in metric identity resolution #5982
Conversation
…eter identity uniqueness.
2458d0b
to
b5d1011
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5982 +/- ##
==========================================
- Coverage 86.40% 86.32% -0.08%
==========================================
Files 257 257
Lines 11693 11613 -80
==========================================
- Hits 10103 10025 -78
+ Misses 1590 1588 -2
|
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
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!
Please add changelog entry too, as this is breaking existing behavior to fix bug.
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
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
Fixes #5859
Design discussion issue #
Changes
Metric tags are now considered identifiers, contributing to metric scope uniqueness.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes