# Tracing Asynchronous Messaging with OpenTelemetry in Go
OpenTelemetry in Go 5 / 5
6 min read
Bridge the gap in your distributed traces by instrumenting Kafka producers and consumers with OpenTelemetry in Go.
Bridge the gap in your distributed traces by instrumenting Kafka producers and consumers with OpenTelemetry in Go.
Learn how to instrument your Go database calls with OpenTelemetry, visualize SQL queries in Jaeger, and spot performance bottlenecks like N+1 queries.
Step-by-step guide to adding OpenTelemetry instrumentation to a Go microservices application using the official SDK and HTTP middleware.