What is the webhook payload when an alert is resolved? #9297
Unanswered
pranjal-dream11
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The payload when a signoz alert is fired looks like this as provided in the documentation
{ "receiver":"w1", "status":"firing", "alerts":[ { "status":"firing", "labels":{ "alertname":"DiskRunningFull", "dev":"sda3", "instance":"example3", "severity":"critical" }, "annotations":{ "info":"The disk sda3 is running full", "summary":"please check the instance example1" }, "startsAt":"2022-04-25T14:35:19.490146+05:30", "endsAt":"0001-01-01T00:00:00Z", "generatorURL":"", "fingerprint":"ad592b0afcbe2e79" } ], "groupLabels":{ "alertname":"DiskRunningFull" }, "commonLabels":{ "alertname":"DiskRunningFull", "dev":"sda3", "instance":"example3", "severity":"critical" }, "commonAnnotations":{ "info":"The disk sda3 is running full", "summary":"please check the instance example1" }, "externalURL":"http://Apples-MacBook-Pro-3.local:9093", "version":"4", "groupKey":"{}/{}:{alertname=\"DiskRunningFull\"}", "truncatedAlerts":0 }
But I can not find any documentation on how the alert resolved payload looks like. I am assuming the status will be "resolved" there instead of "firing" but I need some confirmation by people who have already encountered this
Beta Was this translation helpful? Give feedback.
All reactions