mirror of
https://github.com/distribution/distribution.git
synced 2025-08-17 22:38:56 +00:00
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 <shantanoo.desai@gmail.com>
This commit is contained in:
parent
c9760ebe95
commit
b39441b1e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user