-
Notifications
You must be signed in to change notification settings - Fork 923
Update to declarative config 1.0-rc.1 #7436
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
Update to declarative config 1.0-rc.1 #7436
Conversation
| import io.opentelemetry.sdk.resources.Resource; | ||
| import java.util.Collections; | ||
|
|
||
| public class ServiceResourceDetector implements ComponentProvider<Resource> { |
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7436 +/- ##
=========================================
Coverage 89.75% 89.75%
- Complexity 6980 6987 +7
=========================================
Files 797 798 +1
Lines 21165 21181 +16
Branches 2057 2058 +1
=========================================
+ Hits 18996 19012 +16
Misses 1505 1505
Partials 664 664 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...c/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/ServiceResourceDetector.java
Outdated
Show resolved
Hide resolved
.../opentelemetry/sdk/extension/incubator/fileconfig/OpenTelemetryConfigurationFactoryTest.java
Show resolved
Hide resolved
breedx-splk
left a comment
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.
One small idea, but LGTM.
Release notes here: https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v1.0.0-rc.1
Users of 0.4 should not be impacted as this release consists of only a small set of backwards compatible changes.