kamon-io / Kamon

Distributed Tracing, Metrics and Context Propagation for applications running on the JVM
https://kamon.io
Other
1.41k stars 328 forks source link

add test for context propagation for Pekko scheduled events #1368

Closed pjfanning closed 1 month ago

pjfanning commented 1 month ago

Related to https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/11755

I thought there might be a risk that Kamon might not support context propagation when the Pekko scheduler is used. The test shows that it works ok but I think the test would be useful for regression purposes.

pjfanning commented 1 month ago

There is already a test that I missed so this new test is not useful.