Commit 1d1a2902 authored by Fabian Reinartz's avatar Fabian Reinartz Committed by GitHub

Merge pull request #629 from prometheus/alertingsd

config: add alpha notice for Alertmanager SD
parents 79251692 5e7daea5
...@@ -238,6 +238,7 @@ A `tls_config` allows configuring TLS connections. ...@@ -238,6 +238,7 @@ A `tls_config` allows configuring TLS connections.
``` ```
### `<azure_sd_config>` ### `<azure_sd_config>`
CAUTION: Azure SD is in beta: breaking changes to configuration are still CAUTION: Azure SD is in beta: breaking changes to configuration are still
likely in future releases. likely in future releases.
...@@ -806,6 +807,10 @@ external labels send identical alerts. ...@@ -806,6 +807,10 @@ external labels send identical alerts.
### `<alertmanager_config>` ### `<alertmanager_config>`
CAUTION: Dynamic discovery of Alertmanager instances is in alpha state. Breaking configuration
changes may happen in future releases. Use static configuration via the `-alertmanager.url` flag
as a stable alternative.
An `alertmanager_config` section specifies Alertmanager instances the Prometheus server sends An `alertmanager_config` section specifies Alertmanager instances the Prometheus server sends
alerts to. It also provides parameters to configure how to communicate with these Alertmanagers. alerts to. It also provides parameters to configure how to communicate with these Alertmanagers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment