-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support OTEL_METRIC_EXPORT_INTERVAL and OTEL_METRIC_EXPORT_TIMEOUT #3763
Support OTEL_METRIC_EXPORT_INTERVAL and OTEL_METRIC_EXPORT_TIMEOUT #3763
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3763 +/- ##
=======================================
- Coverage 81.7% 81.6% -0.1%
=======================================
Files 166 167 +1
Lines 12444 12459 +15
=======================================
+ Hits 10168 10179 +11
- Misses 2061 2065 +4
Partials 215 215
|
Trace environment variables are configured in sdk/internal/env, which is not trace specific. |
I would rather tackle it "more globally". PTAL #3766 |
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Fixes #3731