Skip to content

Commit

Permalink
docs: document the Opsgenie "teams" responder type behavior
Browse files Browse the repository at this point in the history
It has been changed in prometheus#2685 but the behavior is not really documented:

* `teams` supports a comma-separated list of teams, through the `name`
  fields only
* if the list of teams is empty, no team responders are sent to Opsgenie

Signed-off-by: Jonathan Ballet <jon@multani.info>
  • Loading branch information
multani committed Jan 6, 2023
1 parent ebcea59 commit 4c28c00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,10 @@ responders:
type: <tmpl_string>
```

The `teams` responder is configured using the `name` field. This field can
contain a comma-separated list of team names. If the list is empty, no
responders are configured.

## `<pagerduty_config>`

PagerDuty notifications are sent via the [PagerDuty API](https://developer.pagerduty.com/documentation/integration/events).
Expand Down

0 comments on commit 4c28c00

Please sign in to comment.