asynkron / protoactor-go

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

Port OpenTelemetry tracing from OpenTracing #972

Open rogeralsing opened 11 months ago

rogeralsing commented 11 months ago

Currently, we have OpenTracing support: https://github.com/asynkron/protoactor-go/tree/dev/actor/middleware/opentracing This should be updated to support OpenTelemetry.

rogeralsing commented 11 months ago

Some info on manual instrumentation https://gethelios.dev/blog/golang-distributed-tracing-opentelemetry-based-observability/