You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
The generator can be configured to export traces in different formats, via `-exporter` flag.
13
13
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).
19
18
20
19
See example in the included [docker-compose](./docker-compose.yml) file.
0 commit comments