-
Notifications
You must be signed in to change notification settings - Fork 3k
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 OpenTelemetry to 1.30.1 #19081
Conversation
// TODO: Telemetry is disabled due to NPE being thrown on null connection | ||
// Connection connection = dataSource.getConnection(properties); | ||
Connection connection = driver.connect(connectionUrl, properties); | ||
Connection connection = dataSource.getConnection(properties); |
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.
https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.30.0 contains
Return default DbInfo when connection is null (open-telemetry/opentelemetry-java-instrumentation#9413)
This requires version up of dep.opentelemetry-instrumentation.version.
cb99b9d
to
32a0838
Compare
@@ -17,7 +17,7 @@ | |||
import io.opentelemetry.api.common.Attributes; | |||
import io.opentelemetry.api.trace.Span; | |||
import io.opentelemetry.api.trace.StatusCode; | |||
import io.opentelemetry.semconv.trace.attributes.SemanticAttributes; |
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.
io.opentelemetry.semconv.trace.attributes.SemanticAttributes
is deprecated and caused build failure.
No problem @ebyhr |
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.