Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 463 Bytes

README.md

File metadata and controls

30 lines (29 loc) · 463 Bytes

Go Distributed tracing

Go Distributed Tracing Using OpenTelemetry and Jaeger

Stack

  • Chi (net/http)
  • MongoDB
  • Opentelemetry
  • Jaeger

Run

Run Jaeger with docker compose

  docker compose up -d

Start the server using go run

  go run cmds/app/main.go

Start the server using air

  make run

Unit Test

Run Unit testing

  make test

Run Coverage

  make test/cover