1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
OpenTelemetry Go API and SDK https://opentelemetry.io/
Go to file
rghetia 3d5b2fa328
Batched span processor (#154)
* add batch span processor.

* add blocking support.

* use With* function for options.
- also changed how Shutdown is handled.

* block Shutdown until queue is flushed.

* fix comment.
2019-10-01 13:50:51 -07:00
.circleci
api rename finish to end (#150) 2019-09-27 10:48:10 -07:00
example Add stdout trace exporter (#153) 2019-09-28 11:27:02 -07:00
experimental rename finish to end (#150) 2019-09-27 10:48:10 -07:00
exporter/trace Batched span processor (#154) 2019-10-01 13:50:51 -07:00
internal/trace rename finish to end (#150) 2019-09-27 10:48:10 -07:00
plugin/httptrace rename finish to end (#150) 2019-09-27 10:48:10 -07:00
propagation
sdk Batched span processor (#154) 2019-10-01 13:50:51 -07:00
.gitignore
.golangci.yml
CODEOWNERS
CONTRIBUTING.md Add some docs about useful step before filing a PR (#151) 2019-10-01 09:16:45 -07:00
go.mod
go.sum
LICENSE
Makefile Add some docs about useful step before filing a PR (#151) 2019-10-01 09:16:45 -07:00
README.md Add some docs about useful step before filing a PR (#151) 2019-10-01 09:16:45 -07:00
tools.go

OpenTelemetry-Go

Circle CI Docs Go Report Card

The Go OpenTelemetry client.

Contributing

See the contributing file.

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