zalando / zmon

Real-time monitoring of critical metrics & KPIs via elegant dashboards, Grafana3 visualizations & more
https://demo.zmon.io/
Other
359 stars 48 forks source link

Add support for excluding alerts in dashboards based on alert tags #21

Closed iweinzierl closed 7 years ago

iweinzierl commented 8 years ago

Today, the dashboard already supports a feature to show alerts with specific tags only. It would be also great to support the exact other way around: hide alerts with specific tags.

A simple and maybe easy way could be to just add a "!" in front of the tags you don't want to see in your dashboard:

screen shot 2016-07-29 at 14 46 41

Jan-M commented 8 years ago

Right now we filter by:

How would that work with !?

Not contains any of the !?

iweinzierl commented 8 years ago

AFAIK, the filter works like "fetch all but keep only the alerts where tags apply". I would propose to extend the filter so that "fetch all, but keep only the alerts where a) tags apply and b) no 'do-not-include-tag' is set.

LappleApple commented 7 years ago

@Jan-M @hjacobs Any changes here since I@iweinzierl filed his request?

Jan-M commented 7 years ago

This is live now: @iweinzierl prepend your tag with "!" to not show it.