-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Put otel meter for http/grpc behind a FF #7543
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #7543 +/- ##
==========================================
+ Coverage 91.18% 91.21% +0.02%
==========================================
Files 296 296
Lines 14422 14465 +43
==========================================
+ Hits 13151 13194 +43
Misses 1006 1006
Partials 265 265
☔ View full report in Codecov by Sentry. |
a05e7ef
to
c37aad7
Compare
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 addressing my comments.
**Description:** Puts the grpc meter provider behind a feature flag for controlling high cardinality metrics. **Link to tracking Issue:** open-telemetry#7517
Description: Puts the grpc meter provider behind a feature flag for controlling high cardinality metrics.
Link to tracking Issue: #7517
Testing: Tested locally and ensured the metric didn't appear when using otel metrics enabled.