Skip to content

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

Notifications You must be signed in to change notification settings

pmorelli92/open-telemetry-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks