Hacker News new | ask | show | jobs
by wise0wl 1270 days ago
OpenTelemetry is amazing. I have used it for multiple languages and frameworks (rust, node (react specifically), golang, C#) and it has been a pleasure to work with. The integrations are very similar and the fact that you can instrument multiple languages and pipe the OTLP outputs to a single swiss army knife agent (opentelemetry-collector) is amazing as well.

I have loved my experience with OpenTelemetry.

1 comments

I remember trying OT for go awhile back and it just wasn’t ready compared to just relying on OpenCensus and OpenTracing. Do you think it’s ready for prime time yet?
OpenTelemetry is quite stable for tracing with Go. When was a while back?
Like a year back, so not too recent.
Aha! Yeah, that would likely be around the time they were making the last set of breaking changes to get into GA. It's been GA for nearly a year, so it's a good time to jump in for tracing.