go-opentelemetry-example

Example of trace instrumentation in Golang applications

Stars
5
Committers
1

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

Jaeger

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