-
Notifications
You must be signed in to change notification settings - Fork 1k
Update the OpenTelemetry SDK version to 1.48.0 #13476
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
Conversation
|
The changes in this PR and #13463 are currently not completely aligned. |
| StructuredConfigPropertiesBridge(StructuredConfigProperties rootStructuredConfigProperties) { | ||
| instrumentationJavaNode = | ||
| rootStructuredConfigProperties | ||
| .getStructured("instrumentation", empty()) |
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.
@jack-berg I had to remove this line to get the modified DeclarativeConfigPropertiesBridgeTest from https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13463/files passing. Is this correct?
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.
It looks correct but should rename rootStructuredConfigProperties to instrumentationNode (or equivalent).
AgentListener now obtains the DeclarativeConfigProperties representing the .instrumentation node via ConfigProvider#getInstrumentationConfig().
Update the OpenTelemetry SDK version to
1.48.0.