top | item 42667312

(no title)

bluesnews | 1 year ago

From the user side, a spec isn't helpful unless it has implementations. And the official implementations are complicated compared to prometheus.

discuss

order

MathMonkeyMan|1 year ago

I worked on a team that produced a distributed tracing library. We were tasked with interoperating with OpenTelemetry, or at least figuring out what that means.

My teammate said that at a previous job he wanted to add OpenTelemetry tracing to some C++ code he was working on. He took one look at the reference implementation for C++ OpenTelemetry and decided instead to write his own tracing library that sends gRPC to the OpenTelemetry collector.

It's also worth noting that, at least last time I checked, the reference implementations per programming language are less like reference implementations of some specification, and more like "this is the code you use to do OpenTelemetry in this language."