asynkron / protoactor-dotnet

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
1.74k stars 288 forks source link

Added support for propagating OpenTelemetry baggage #2107

Closed mhelleborg closed 8 months ago

mhelleborg commented 8 months ago

Description

Adds support for propagating Baggage via OTEL, by populating Baggage.Current if received in PropagationContext. Added tests to cover baggage propagation

Purpose

This pull request is a:

Checklist