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 support for OpenTelemetry annotations #2753

Closed
SylvainJuge opened this issue Aug 24, 2022 · 2 comments · Fixed by #3406
Closed

Add support for OpenTelemetry annotations #2753

SylvainJuge opened this issue Aug 24, 2022 · 2 comments · Fixed by #3406
Labels
agent-java instrumentation Instrumentation: framework support, custom plugins, ... new-feature New feature

Comments

@SylvainJuge
Copy link
Member

OpenTelemetry provides annotations that can be used for manual instrumentation when combined with the OpenTelemetry agent.

https://opentelemetry.io/docs/instrumentation/java/automatic/annotations/

Currently the OpenTelemetry bridge in agent does not support such annotations, their usage in application code is thus ignored and spans aren't created when they are in use and Elastic Java agent is used.

@royteeuwen
Copy link

Any update on if / when this might get supported? I see the release has changed very often in the last year

@SylvainJuge
Copy link
Member Author

Hi !

We don't have a plan to to our short/medium term roadmap, and for now the best option would be to use OpenTelemetry agent directly if that's a requirement for you, or, alternatively rely on Elastic API and annotations to implement the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java instrumentation Instrumentation: framework support, custom plugins, ... new-feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants