1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-23 22:34:47 +02:00
Files
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
..
2020-03-21 14:06:39 -07:00
2020-03-11 14:49:02 -07:00
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