From dcaa40312ff5e88519efc7522f7dcb32b4c81984 Mon Sep 17 00:00:00 2001 From: Alexander Akhmetov Date: Mon, 24 Mar 2025 15:14:41 +0100 Subject: [PATCH] Alerting: Fix typo in the recording_rules ini section (#102707) --- conf/defaults.ini | 2 +- conf/sample.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index a4679a13a6f..4fc429d33a1 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1544,7 +1544,7 @@ basic_auth_password = timeout = 10s # Default data source UID to write to if not specified in the rule definition. -# Only has effect if the grafanaManagedRecordRulesDatasources feature toggle is enabled. +# Only has effect if the grafanaManagedRecordingRulesDatasources feature toggle is enabled. default_datasource_uid = # Optional custom headers to include in recording rule write requests. diff --git a/conf/sample.ini b/conf/sample.ini index f06e41efed9..b170dfceef2 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -1526,7 +1526,7 @@ basic_auth_password = timeout = 30s # Default data source UID to write to if not specified in the rule definition. -# Only has effect if the grafanaManagedRecordRulesDatasources feature toggle is enabled. +# Only has effect if the grafanaManagedRecordingRulesDatasources feature toggle is enabled. default_datasource_uid = # Optional custom headers to include in recording rule write requests.