From 94c6d73c1ff2b9274f8b3b11caff12c50f62eab8 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Thu, 23 Mar 2023 00:04:06 +0100 Subject: [PATCH] scrape_config_files: Fix parameter name in blog post Signed-off-by: Julien Pivotto --- content/blog/2023-03-21-stringlabel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-03-21-stringlabel.md b/content/blog/2023-03-21-stringlabel.md index 24d4b1b7d..2db5846f1 100644 --- a/content/blog/2023-03-21-stringlabel.md +++ b/content/blog/2023-03-21-stringlabel.md @@ -61,7 +61,7 @@ Apart from the `stringlabels` optimizations, the Prometheus 2.43 release brings several new features and enhancements. Some of the significant additions include: -* We added support for `include_scrape_configs` to include scrape configs from +* We added support for `scrape_config_files` to include scrape configs from different files. This makes it easier to manage and organize the configuration. * The HTTP clients now includes two new config options: `no_proxy` to exclude URLs from proxied requests and `proxy_from_environment` to read proxies from