Context Propagation for ActiveJ Applications Using OpenTelemetry Java Agent Instrumentation #13202
Labels
contribution welcome
Request makes sense, maintainers probably won't have time, contribution would be welcome
enhancement
New feature or request
new instrumentation
Is your feature request related to a problem? Please describe.
Description
I am experiencing issues with context propagation when using the OpenTelemetry Java agent with ActiveJ applications. The context does not seem to propagate automatically, leading to broken traces or missing spans. I suspect this might be due to ActiveJ's custom threading model or lack of built-in instrumentation support.
Steps to Reproduce
Expected Behavior
The OpenTelemetry Java agent should automatically propagate context across threads and components in ActiveJ applications, ensuring that traces are complete and spans are correctly linked.
Actual Behavior
The context is lost when operations are executed in ActiveJ's custom thread pools or event loops. This results in broken traces and missing spans.
Environment
2.12.0
6.0-rc1
JDK 17
We are using Slf4J with Logback, and have already added the following dependencies:
Describe the solution you'd like
The OpenTelemetry Java agent should automatically propagate context across threads and components in ActiveJ applications, ensuring that traces are complete and spans are correctly linked.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: