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

Add jdbi to native java instrumentation registry #5512

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

jaydeluca
Copy link
Member

As of release 3.46.0, JDBI added native OTel instrumentation.

This PR adds jdbi to the registry so that it will be listed on the Instrumentation ecosystem page under Native Instrumentation

@jaydeluca jaydeluca requested a review from a team as a code owner November 2, 2024 10:19
@cartermp cartermp added this pull request to the merge queue Nov 2, 2024
Merged via the queue into open-telemetry:main with commit 81475f0 Nov 2, 2024
18 checks passed
svrnm added a commit to svrnm/opentelemetry.io that referenced this pull request Nov 4, 2024
follow up for open-telemetry#5512:

based on the documentation (https://jdbi.org/#_opentelemetry_tracing) the otel integration requires a plugin and is not a native integration:

> The OpenTelemetry project provides a SDK to implement distributed tracing. Installing the JdbiOpenTelemetryPlugin from the jdbi3-opentelemetry artifact will cause Jdbi statements to emit trace spans recording data similarly as JFR events above. Additionally, it will add the trace id to JFR events.

cc @jaydeluca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants