segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

Add an OpenTelemetry handler #137

Closed Pryz closed 2 years ago

Pryz commented 2 years ago

This PR adds a first version of an OpenTelemetry handler. This handler implement the otlp protocol with an HTTP Client.

There are few caveats with the current implementation:

Pryz commented 2 years ago

Thanks for the review @kevinburkesegment !