Skip to content

Commit

Permalink
add info on send_resolved label
Browse files Browse the repository at this point in the history
  • Loading branch information
terjesannum committed Aug 30, 2023
1 parent 901ad08 commit 4b5a582
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/observability/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ This file should be added to your application repository, alongside `nais.yaml`

You can see the alerts in the Alertmanager at `https://alertmanager.<environment>.nav.cloud.nais.io/` and the defined rules in Prometheus at `https://prometheus.<environment>.nav.cloud.nais.io/rules`

### Send resolved

A message will be automatically sent when the alert is resolved. In some cases this message may be unnecessary and can be disabled by adding the label `send_resolved: "false"`:
```
...
labels:
namespace: <team namespace> # required
severity: info
send_resolved: "false"
```
### Deployment
Expand Down

0 comments on commit 4b5a582

Please sign in to comment.