mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-20 19:52:56 +02:00
15bfc5bb12
Also fixes example module paths so that they use the vanity URL instead of the github URL. [Closes #184]
9 lines
149 B
Markdown
9 lines
149 B
Markdown
# OpenTelemetry-Go Jaeger Exporter
|
|
|
|
OpenTelemetry Jaeger exporter
|
|
|
|
## Installation
|
|
```
|
|
go get -u go.opentelemetry.io/otel/exporter/trace/jaeger
|
|
```
|