From 44287546cd9dcad4dd08efd94fbdcb73bdfb32d4 Mon Sep 17 00:00:00 2001 From: latent-9 <296084221+latent-9@users.noreply.github.com> Date: Sun, 2 Aug 2026 16:35:56 +1200 Subject: [PATCH] docs: fix traciing typo in tracing config key The top-level tracing configuration key is documented as `traciing` (double i) in docs/configuration.md; the actual key is `tracing` (config/config.go, `yaml:"tracing"`), so a config copied from the docs fails to load with an unknown-field error. Signed-off-by: latent-9 <296084221+latent-9@users.noreply.github.com> --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index be9a73f841..f3fa8b739d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -181,7 +181,7 @@ time_intervals: [ event_recorder: ] # Optional tracing configuration. Configures distributed tracing for Alertmanager. -[ traciing: ] +[ tracing: ] ``` ## Route-related settings