Skip to content

Commit f56c8e8

Browse files
authored
Fix duplicate word in tracing tutorial section (#1242)
1 parent 77fe1e1 commit f56c8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/src/content/docs/docs/observability/tracing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ The parent-child relationship is evident in the span output, where the `parentId
508508

509509
## Tutorial: Visualizing Traces
510510

511-
In this tutorial, we will guide you through visualizing traces generated by a sample Effect application. The sample application has also been configured to export traces traces and/or metrics via HTTP using [OTLP format](https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md).
511+
In this tutorial, we will guide you through visualizing traces generated by a sample Effect application. The sample application has also been configured to export traces and/or metrics via HTTP using [OTLP format](https://github.com/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md).
512512

513513
To visualize the traces being exported by our application, we will use a Docker image that contains a preconfigured OpenTelemetry backend based on the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector), [Prometheus](https://github.com/prometheus/prometheus), [Loki](https://github.com/grafana/loki), [Tempo](https://github.com/grafana/tempo), and [Grafana](https://github.com/grafana/grafana).
514514

0 commit comments

Comments
 (0)