1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/example/zipkin
Tyler Yahn c97b4f726c
Update project License headers and checking (#596)
Update license header to standard format for source files missed prior.

Add license header to new source files.

Add Makefile check to test all `*.go` and `*.sh` files have a copyright
notice (or comment about them being auto-generated) within the first few
lines.
2020-03-25 14:47:17 -07:00
..
go.mod Prepare for releasing v0.3.0 (#578) 2020-03-21 14:06:39 -07:00
go.sum Zipkin exporter (#495) 2020-03-11 14:49:02 -07:00
main.go Update project License headers and checking (#596) 2020-03-25 14:47:17 -07:00
README.md Zipkin exporter (#495) 2020-03-11 14:49:02 -07:00

Zipkin Exporter Example

Sends spans to zipkin collector.

Run collector

docker run -d -p 9411:9411 openzipkin/zipkin

Run client

go build .
./zipkin