1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/exporters/trace/jaeger
Matej Gera fe0099fb3d
[tracing] add simplified export pipeline setup for Jaeger (#459)
* add simplified export pipeline setup for Jaeger

* add With* options to configure SDK options.

* add test for WithRegistration and WithSDK

* rename Registeration with RegisterGlobal

* rename WithRegistration to RegisterAsGlobal

Co-authored-by: rahulpa <rahulpa@google.com>
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
2020-03-10 13:58:45 -07:00
..
internal/gen-go/jaeger Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00
agent.go Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00
doc.go Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00
go.mod update to v0.2.3 (#512) 2020-03-04 16:12:25 -05:00
go.sum update to v0.2.3 (#512) 2020-03-04 16:12:25 -05:00
jaeger_test.go [tracing] add simplified export pipeline setup for Jaeger (#459) 2020-03-10 13:58:45 -07:00
jaeger.go [tracing] add simplified export pipeline setup for Jaeger (#459) 2020-03-10 13:58:45 -07:00
README.md Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00
uploader.go Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00

OpenTelemetry-Go Jaeger Exporter

OpenTelemetry Jaeger exporter

Installation

go get -u go.opentelemetry.io/otel/exporters/trace/jaeger