An open API service indexing awesome lists of open source software.

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

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
```