From da9b8b2f8dd8d0b883cd9e820ae55103861cf15c Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Tue, 22 Jul 2025 09:21:30 +0200 Subject: [PATCH] chore(configuration.md): Fix typo Signed-off-by: Olivier Lemasle --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index e0e91f3bd3..0a1f126284 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -274,7 +274,7 @@ job_name: # Whether to scrape a classic histogram, even if it is also exposed as a native # histogram (has no effect without --enable-feature=native-histograms). [ always_scrape_classic_histograms: | -default = ] +default = ] # The HTTP resource path on which to fetch metrics from targets. [ metrics_path: | default = /metrics ]