Skip to content
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

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Sep 19, 2023

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Sep 19, 2023
// 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);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires version up of dep.opentelemetry-instrumentation.version.
@@ -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;
Copy link
Member Author

@ebyhr ebyhr Sep 19, 2023

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.

@ebyhr ebyhr self-assigned this Sep 19, 2023
@wendigo wendigo merged commit 44c08e3 into trinodb:master Sep 19, 2023
87 checks passed
@github-actions github-actions bot added this to the 427 milestone Sep 19, 2023
@ebyhr ebyhr deleted the ebi/otel-1.30.0 branch September 19, 2023 05:02
@ebyhr
Copy link
Member Author

ebyhr commented Sep 19, 2023

@wendigo Sorry, I was missing your #19075

@wendigo
Copy link
Contributor

wendigo commented Sep 19, 2023

No problem @ebyhr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants