https://github.com/wsargent/akka-after-loses-otel-thread-context
Project demonstrating that `after` loses the otel thread propagation
https://github.com/wsargent/akka-after-loses-otel-thread-context
Last synced: 8 months ago
JSON representation
Project demonstrating that `after` loses the otel thread propagation
- Host: GitHub
- URL: https://github.com/wsargent/akka-after-loses-otel-thread-context
- Owner: wsargent
- Created: 2024-07-06T18:23:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T22:19:15.000Z (over 1 year ago)
- Last Synced: 2025-01-09T18:03:15.485Z (9 months ago)
- Language: Scala
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akka / Pekko Loses OTel Context
This is a sample project to show how Opentelemetry Java instrumentation loses context when using the [after](https://pekko.apache.org/docs/pekko/current/futures.html#after).
## Running
```
sbt stage
cd target/universal/stage
./bin/akka-after-loses-thread-context
```