1
0
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/
Go to file
stgrzeszczak 8af7978f42 Fix compilation with Golang 1.13 (#137)
* Fix compilation with Golang 1.13

* run go mod tidy again
2019-09-24 08:26:21 -07:00
.circleci Add Circle ci (#41) 2019-07-02 16:21:24 -07:00
api Remove experimental/streaming globals, add streaming example (#135) 2019-09-23 14:39:10 -07:00
example Fix compilation with Golang 1.13 (#137) 2019-09-24 08:26:21 -07:00
experimental/streaming Fix compilation with Golang 1.13 (#137) 2019-09-24 08:26:21 -07:00
exporter/trace/jaeger Drop the registry package (#130) 2019-09-19 11:20:02 -07:00
internal/trace Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
plugin/httptrace Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
propagation Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
sdk Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
.gitignore Remove experimental/streaming globals, add streaming example (#135) 2019-09-23 14:39:10 -07:00
.golangci.yml Add vanity import name (#107) 2019-08-26 09:41:15 -07:00
CODEOWNERS Add jmacd as a code owner (#42) 2019-07-02 14:03:36 -07:00
go.mod Fix compilation with Golang 1.13 (#137) 2019-09-24 08:26:21 -07:00
go.sum Fix compilation with Golang 1.13 (#137) 2019-09-24 08:26:21 -07:00
LICENSE Initial commit 2019-05-16 12:05:27 -07:00
Makefile Remove experimental/streaming globals, add streaming example (#135) 2019-09-23 14:39:10 -07:00
README.md Remove experimental/streaming globals, add streaming example (#135) 2019-09-23 14:39:10 -07:00
tools.go Run go generate during make and make sure that generated files are in sync in CI (#101) 2019-08-22 11:16:51 -07:00

OpenTelemetry-Go

Circle CI Docs Go Report Card

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