You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-23 22:34:47 +02:00
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.
Zipkin Exporter Example
Sends spans to zipkin collector.
Run collector
docker run -d -p 9411:9411 openzipkin/zipkin
Run client
go build .
./zipkin