Azure / azure-event-hubs-go

Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
MIT License
88 stars 69 forks source link

Support for OpenTelemetry #255

Closed sgallizia closed 2 years ago

sgallizia commented 2 years ago

Are there any plans to add the support for OpenTelemetry? Or is there the possibility in some way to use OpenTelemetry in the current version?

Thank You

atoulme commented 2 years ago

I started working on a receiver with this library at https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/12786

richardpark-msft commented 2 years ago

@sgallizia, we rely on github.com/devigned/tab for our tracing support in Event Hubs. Looks like they're only supporting opencensus and opentracing at the moment.