From c1c3e9387ae461832a4cdac917012fe8ee611ccb Mon Sep 17 00:00:00 2001 From: Santiago Date: Thu, 21 Dec 2023 12:20:13 +0100 Subject: [PATCH] Alerting: Document that remote.alertmanager.url should not have any suffixes (#79782) --- conf/defaults.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 3caa116d02a..6690cbe3f7b 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1264,11 +1264,12 @@ clean_upgrade = false enabled = false # URL of the remote Alertmanager that will replace the internal one. +# This URL should be the root path, Grafana will automatically append an "/alertmanager" suffix for certain HTTP calls. # Required if `enabled` is set to `true`. url = # Tenant ID to use in requests to the Alertmanager. -# It will also be used for the basic auth username. +# It will also be used for the basic auth username if a password is configured. tenant = # Optional password for basic authentication.