Merge pull request #2725 from prometheus/release-0.23

docs: Fix default value of send_resolved for sns_configs (#2724)
This commit is contained in:
Julien Pivotto 2021-10-01 11:56:08 +02:00 committed by GitHub
commit 70abcccedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ value: <tmpl_string>
## `<sns_configs>`
```yaml
# Whether or not to notify about resolved alerts.
[ send_resolved: <boolean> | default = false ]
[ send_resolved: <boolean> | default = true ]
# The SNS API URL i.e. https://sns.us-east-2.amazonaws.com.
# If not specified, the SNS API URL from the SNS SDK will be used.