willianpc / otel-playground

OpenTelemetry Playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otel-playground

OpenTelemetry Playground

Running with in-app exporter directly to Jaeger

  1. Start Jaeger with docker compose up -d
  2. Run the application with go run .
  3. Opean the Jaeger UI at http://localhost:16686/

Running with collector exporter via otlp

  1. Start Jaeger with docker compose up -d jaeger
  2. Start OTel Collector with docker compose up -d collector
  3. Run the application with go run .
  4. Opean the Jaeger UI at http://localhost:16686/

About

OpenTelemetry Playground

License:MIT License


Languages

Language:Go 94.8%Language:TypeScript 5.2%