Add Name to Webhook attributes

303
3
03-07-2024 11:56 AM
KevinS
by
New Contributor III

Can you please add the Name field to the alerts?  The metric Id is unique to each metric, so there is not an easy way to look up the metric name.  This is to read the webhook payloads and send a message out.

 

"attributes": {
        "id": 6178,
        "created_at": "2024-03-07T19:45:12.617994+00:00",
        "opened_at": "2024-03-07T19:45:00+00:00",
        "closed_at": "2024-03-07T19:46:00+00:00",
        "metric_id": 610,
        "observer_id": 13,
        "component_id": 951,
        "state": "resolved",
        "status": 2,
        "aggregation": "avg",
        "operator": ">",
        "samples": 3,
        "info_threshold": null,
        "warning_threshold": 75,
        "critical_threshold": 90,
"name":"Request Rate" }

What I would like to see.

 

Thanks

3 Comments
GeoJosh

Hi Kevin,

Thank you for taking the time to submit this enhancement request. The development team will consider this for a future release.

Josh

GeoJosh
Status changed to: Under Consideration
 
KevinS
by

Another thought I had on this would be a pick list of the metric field names that we could chose to include in the webhook payload.