open-telemetry-go

Demo on how to use Open Telemetry in Go including HTTP, AMQP and gRPC

Stars
8
Committers
1

Open Telemetry in Go example

This service contains a sample on how to use Open Telemetry exposing spans for HTTP, gRPC and AMQP.

You can find the two-series-post with the step by step here.

How to run

Start services:

docker compose up -d --build

Produce a trace:

curl -X POST localhost:8081/api/checkout

How does it look in Jaeger

You can explore traces on: http://localhost:16686/search

Package Rankings
Top 9.51% on Proxy.golang.org
Related Projects