From b39441b1e6ddd5bf353f8f639bc7800014b9446c Mon Sep 17 00:00:00 2001 From: Shan Desai Date: Tue, 22 Jul 2025 12:28:31 +0200 Subject: [PATCH] Fix markdown syntax for OTEL traces link in docs square brackets and the respective parentheses for a markdown link were falsely typed in causing readability issues. This commit fixes the markdown syntax for the same Signed-off-by: Shan Desai --- docs/content/about/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/about/configuration.md b/docs/content/about/configuration.md index 142104700..d61a2d6a9 100644 --- a/docs/content/about/configuration.md +++ b/docs/content/about/configuration.md @@ -59,7 +59,7 @@ REGISTRY_HTTP_TLS_LETSENCRYPT_HOSTS_0=registry.example.com ### Disable traces export Currently traces are set to `https://localhost:4318/v1/traces` by default. -You can control this by setting the [https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#exporter-selection](environment variable) `OTEL_TRACES_EXPORTER` +You can control this by setting the [environment variable](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#exporter-selection) `OTEL_TRACES_EXPORTER` to either `none` or your trace collector. ## Overriding the entire configuration file