Alerting: Document that remote.alertmanager.url should not have any suffixes (#79782)

This commit is contained in:
Santiago 2023-12-21 12:20:13 +01:00 committed by GitHub
parent 10bb02e026
commit c1c3e9387a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.