Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 694 Bytes

File metadata and controls

42 lines (31 loc) · 694 Bytes

Golang OpenTelemetry example with Datadog, Zipkins and Jaeger

Start Jaeger, Zipkin and OTEL Collector

$ docker-compose up

Start serviceone

$ cd serviceone/
$ go run main.go

Start servicetwo

$ cd servicetwo/
$ go run main.go

Run client

$ cd client/
$ go run main.go Samsung

TODO

  • Add Metrics

Datadog span



Jaeger span



Zipkin span