mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-04 09:43:23 +02:00
OpenTelemetry Go API and SDK
https://opentelemetry.io/
7966e63342
* Drop dead event type * Replace EventType from reader with one from exporter * Do not concat the strings for string buffer * Fill scope ID in events That required renaming a variable, because it had the same name as the type we wanted to assert later. * Do not fail quietly when span context is busted |
||
---|---|---|
.circleci | ||
api | ||
example | ||
experimental | ||
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