Nice resource. I especially like the mental model section because this kind of execution monitoring is impossible if you don’t have a solid understanding of what you’re actually looking at.
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 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?
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.