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

feat: add opentelemetry instrumentation #1051

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

scrocquesel
Copy link
Member

@scrocquesel scrocquesel commented Dec 22, 2023

Fix #1049

Adding the following dependency to a project will automatically include an interceptor with default AwsSdkTelemetry configuration in all generated clients that have opted into instrumentation. This is achieved by setting the configuration property quarkus.<extension>.telemetry.enabled to true.

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-opentelemetry</artifactId>
</dependency>

@scrocquesel scrocquesel force-pushed the feat/otel branch 2 times, most recently from 74230d6 to 90f20e3 Compare December 23, 2023 22:33
@scrocquesel scrocquesel merged commit 3608cd8 into quarkiverse:main Dec 23, 2023
4 checks passed
@scrocquesel scrocquesel deleted the feat/otel branch December 25, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for optional tracing with OpenTelemetry
1 participant