Commit f9d5b011 authored by Andrew Howden's avatar Andrew Howden Committed by Brian Brazil

Update the webhook spec for version 4 (#801)

The version expressed by the AlertManager was changed in the following
commit: 
  https://github.com/prometheus/alertmanager/commit/3269bc39e121452abdce24db1d3d9003d99184d1

This updates the documentation to reflect that change. 

* Suffix the groupKey with a `,` character
parent 603aed56
......@@ -459,8 +459,8 @@ endpoint:
```
{
"version": "3",
"groupKey": <number> // key identifying the group of alerts (e.g. to deduplicate)
"version": "4",
"groupKey": <string>, // key identifying the group of alerts (e.g. to deduplicate)
"status": "<resolved|firing>",
"receiver": <string>,
"groupLabels": <object>,
......
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