asynkron / protoactor-go

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

Port OpenTelemetry Tracing #626

Open rogeralsing opened 2 years ago

rogeralsing commented 2 years ago

Currently, we have OpenTracing support in Proto.Actor Go. OpenTracing is however obsolete in favor of OpenTelemetry. We could use this code as a base for creating the new OpenTelemetry tracing

midepeter commented 2 years ago

I am interested in picking up this issue