Have you tried:

route:
  group_by ['...']
  receiver: prometheus-snow

(literally the string "...").  The doc 
<https://prometheus.io/docs/alerting/configuration/#route> says:

# To aggregate by all possible labels use the special value '...' as the sole 
label name, for example:
# group_by: ['...'] 
# This effectively disables aggregation entirely, passing through all 
# alerts as-is. This is unlikely to be what you want, unless you have 
# a very low alert volume or your upstream notification system performs 
# its own grouping.


However it doesn't say what happens if you omit group_by entirely.

-- 
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/c363fb5d-44fe-4090-8e13-d14416f77bc7%40googlegroups.com.

Reply via email to