We're receiving alerts from GCP through the standard webhook integration.
The payload looks like this:
{
"incident": {
...
"metric": {
"labels": {
"metric_label": "value"
}
}
"policy_user_labels": {
"policy_label": "value"
}
}
}
I want to automatically turn these labels (at least the policy ones) into alert tags. Is there a way to do so?
The "{{_payload.customField}}" syntax for alert properties doesn't seem to support nested fields.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.