Yes, that's fine. And if you look at the AlertManager examples you'll see how you can suppress the "major" alert when there's also a "critical" alert at the same time.
See: https://github.com/prometheus/alertmanager/blob/v0.23.0/doc/examples/simple.yml#L86-L98 https://prometheus.io/docs/alerting/latest/configuration/#inhibit_rule (The two alerts will be treated as different alerts by alertmanager because they have different label sets, even though the alertname is the same). -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/c64d7d6e-5698-49c7-b9df-6c9ab50a3cbcn%40googlegroups.com.

