Skip to content

Commit

Permalink
Remove repeated sentence in distributed tracing doc
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Aug 5, 2024
1 parent dfc4c9c commit ac151ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _observing-your-data/trace/distributed-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ Currently, the distributed tracing feature generates traces and spans for HTTP r
2. **Exporters:** Exporters are responsible for persisting the data. OpenTelemetry provides several out-of-the-box exporters, and OpenSearch supports the following:
- `LoggingSpanExporter`: Exports spans to a log file, generating a separate file in the logs directory `_otel_traces.log`. Default is `telemetry.otel.tracer.span.exporter.class=io.opentelemetry.exporter.logging.LoggingSpanExporter`.
- `OtlpGrpcSpanExporter`: Exports spans through gRPC. To use this exporter, you need to install the `otel-collector` on the node. By default, it writes to the http://localhost:4317/ endpoint. To use this exporter, set the following static setting: `telemetry.otel.tracer.span.exporter.class=io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporter`.
- `LoggingSpanExporter`: Exports spans to a log file, generating a separate file in the logs directory `_otel_traces.log`. Default is `telemetry.otel.tracer.span.exporter.class=io.opentelemetry.exporter.logging.LoggingSpanExporter`.

### Sampling

Expand Down

0 comments on commit ac151ee

Please sign in to comment.