Skip to content

GSabadini/go-opentelemetry-example

Repository files navigation

go-opentelemetry-example

Example of trace instrumentation in Golang applications using the opentelemetry.

Requirements/dependencies

  • Docker
  • Docker-compose
  • Golang

Getting Started

  • Starting containers
make up
  • Starting API in port :8080
make start
  • Create traces
make request
  • Kill containers
make down

Exporters

Zipkin

  • exposed front-end in http://localhost:9411

zipkin

Jaeger

  • exposed front-end in http://localhost:16686/

Jeager