Alertmanager: Display alert receiver in alert list

Created on 11 Jul 2017  路  2Comments  路  Source: prometheus/alertmanager

In the alert list view display the receiver of each alert.

As suggested by @w0rm here this could be part of the info-collapse-section.

areusability componenui help wanted kinenhancement prioritP1

Most helpful comment

@w0rm Yes, the receivers endpoint returns an array, which can contain multiple receivers. Making them clickable would be great!

{
  "status": "success",
  "data": [
    "web.hook",
    "web.hook2"
  ]
}

All 2 comments

@mxinden are there multiple receivers per alert? I wonder if we can also make them clickable.

@w0rm Yes, the receivers endpoint returns an array, which can contain multiple receivers. Making them clickable would be great!

{
  "status": "success",
  "data": [
    "web.hook",
    "web.hook2"
  ]
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yongzhang picture yongzhang  路  5Comments

stuartnelson3 picture stuartnelson3  路  5Comments

stuartnelson3 picture stuartnelson3  路  5Comments

mateeyow picture mateeyow  路  6Comments

FirstEncounter picture FirstEncounter  路  4Comments