Fix markdown syntax for OTEL traces link in docs (#4676)

This commit is contained in:
Milos Gajdos
2025-07-22 18:45:15 +01:00
committed by GitHub

View File

@@ -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