Skip to content

Commit 81c9ed9

Browse files
Remove outdated info related to jaeger exporter (#6987)
Remove outdated info related to jaeger exporter from the tracegen readme jaeger exporter is no longer supported, see #4717 Signed-off-by: Damian Maslanka <[email protected]>
1 parent 7e41a23 commit 81c9ed9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cmd/tracegen/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ $ docker run jaegertracing/jaeger-tracegen -service abcd -traces 10
1111

1212
The generator can be configured to export traces in different formats, via `-exporter` flag.
1313
By default, the exporters send data to `localhost`. If running in a container, this refers
14-
to the networking namespace of the container itself, so to export to another container
15-
(like Jaeger Collector), the exporters need to be provided with appropriate location.
16-
Exporters accept configuration via environment variables:
17-
* Jaeger exporter: see https://github.com/open-telemetry/opentelemetry-go/blob/main/exporters/jaeger/README.md
18-
* OTLP exporter: see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md
14+
to the networking namespace of the container itself, so to export to another container,
15+
the exporters need to be provided with appropriate location.
16+
OTLP exporter accepts configuration via environment variables.
17+
For more information about configuring OTLP exporter, see [OpenTelemetry Protocol Exporter](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md).
1918

2019
See example in the included [docker-compose](./docker-compose.yml) file.

0 commit comments

Comments
 (0)