pass meter provider to avoid using the global otel instance#7475
Merged
jkwatson merged 6 commits intoopen-telemetry:mainfrom Sep 4, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7475 +/- ##
============================================
+ Coverage 89.82% 90.00% +0.18%
- Complexity 6999 7084 +85
============================================
Files 798 803 +5
Lines 21199 21421 +222
Branches 2055 2088 +33
============================================
+ Hits 19042 19281 +239
+ Misses 1496 1478 -18
- Partials 661 662 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
@jack-berg please have a look 😄 |
jack-berg
reviewed
Jul 10, 2025
.../src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/SpanProcessorFactory.java
Show resolved
Hide resolved
jkwatson
reviewed
Jul 14, 2025
.../main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/DeclarativeConfigContext.java
Show resolved
Hide resolved
jkwatson
reviewed
Jul 14, 2025
.../main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/DeclarativeConfigContext.java
Outdated
Show resolved
Hide resolved
robsunday
reviewed
Jul 22, 2025
...a/io/opentelemetry/sdk/extension/incubator/fileconfig/OpenTelemetryConfigurationFactory.java
Show resolved
Hide resolved
...a/io/opentelemetry/sdk/extension/incubator/fileconfig/OpenTelemetryConfigurationFactory.java
Show resolved
Hide resolved
robsunday
approved these changes
Jul 23, 2025
Member
Author
|
@robsunday @jkwatson please check again |
1 similar comment
Member
Author
|
@robsunday @jkwatson please check again |
trask
reviewed
Sep 4, 2025
.../main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/DeclarativeConfigContext.java
Outdated
Show resolved
Hide resolved
trask
reviewed
Sep 4, 2025
.../main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/DeclarativeConfigContext.java
Show resolved
Hide resolved
Member
Author
|
@jkwatson |
jkwatson
approved these changes
Sep 4, 2025
Contributor
jkwatson
left a comment
There was a problem hiding this comment.
Thanks! And, if Jack hates this, we still can change it, since it's not stable yet.
Member
Author
👍 |
the-clam
pushed a commit
to the-clam/opentelemetry-java
that referenced
this pull request
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7435