Alert per matches

Hi,

I’d like to use Webhook alerting. After some tries, I’ve found that when multi instances matche the one rule, webhook containers multi instances in one alerting message.

{
“evalMatches”: [
{
“value”: xxxx,
"metric": “instance1”,
},
{
“values”: yyyy,
"metric": “instance2”,
}
],
“message”: “XXX”
“ruleId”: 1,
“ruleName”: “XXX”
“state”: “alerting”,
“title”: “XXX”
}

I hope, in this case, 2 other alerts are fired. Can I configure so?

No there is no way to do that, you have to do that when you process the hook post request