mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-11-28 08:38:51 +02:00
OpenTelemetry Go API and SDK
https://opentelemetry.io/
8af7978f42
* Fix compilation with Golang 1.13 * run go mod tidy again |
||
---|---|---|
.circleci | ||
api | ||
example | ||
experimental/streaming | ||
exporter/trace/jaeger | ||
internal/trace | ||
plugin/httptrace | ||
propagation | ||
sdk | ||
.gitignore | ||
.golangci.yml | ||
CODEOWNERS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md | ||
tools.go |
OpenTelemetry-Go
The Go OpenTelemetry client.
TODO
TODO
Experimental streaming SDK
The experimental/streaming
directory contains an experimental SDK
that supports a low-level exporter.
go run experimental/streaming/example/basic/main.go