alertmanager/config
kirillsablin 32bb289906 dispatch: Add group_by_all support (#1588)
To aggregate by all possible labels use '...' as the sole label name. 
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. Example: group_by: [...]

Signed-off-by: Kyryl Sablin <kyryl.sablin@schibsted.com>
2018-11-29 12:31:14 +01:00
..
testdata dispatch: Add group_by_all support (#1588) 2018-11-29 12:31:14 +01:00
config_test.go dispatch: Add group_by_all support (#1588) 2018-11-29 12:31:14 +01:00
config.go dispatch: Add group_by_all support (#1588) 2018-11-29 12:31:14 +01:00
notifiers_test.go [notify/slack] Add name, value, SlackConfirmationField to slack action (#1557) 2018-10-29 15:55:43 +01:00
notifiers.go [notify/slack] Add name, value, SlackConfirmationField to slack action (#1557) 2018-10-29 15:55:43 +01:00