You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

resolved.json 570B

1234567891011121314151617181920212223242526
  1. {
  2. "version": "4",
  3. "groupKey": "group",
  4. "status": "firing",
  5. "receiver": "irccat",
  6. "groupLabels": {},
  7. "commonLabels": {},
  8. "commonAnnotations": {},
  9. "externalURL": "http://alertmanager:9093",
  10. "alerts": [
  11. {
  12. "status": "firing",
  13. "labels": {
  14. "alertname": "Test Alert",
  15. "instance": "test.example.com",
  16. "job": "jobname"
  17. },
  18. "annotations": {
  19. "summary": "Alert summary"
  20. },
  21. "startsAt": "2019-11-10T23:20:50.52Z",
  22. "endsAt": "2019-11-10T23:20:50.52Z",
  23. "generatorURL": "http://prometheus:9090/graph?"
  24. }
  25. ]
  26. }