File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4110,13 +4110,13 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
4110
4110
# Per-user rate limit for sending email notifications from Alertmanager in
4111
4111
# emails/sec. 0 = rate limit disabled. Negative value = no emails are allowed.
4112
4112
# CLI flag: -alertmanager.email-notification-rate-limit
4113
- [email_notification_rate_limit : <float> | default = 0]
4113
+ [alertmanager_email_notification_rate_limit : <float> | default = 0]
4114
4114
4115
4115
# Per-user burst size for email notifications. If set to 0, no email
4116
4116
# notifications will be sent, unless rate-limit is disabled, in which case all
4117
4117
# email notifications are allowed.
4118
4118
# CLI flag: -alertmanager.email-notification-burst-size
4119
- [email_notification_burst_size : <int> | default = 1]
4119
+ [alertmanager_email_notification_burst_size : <int> | default = 1]
4120
4120
` ` `
4121
4121
4122
4122
# ## `redis_config`
You can’t perform that action at this time.
0 commit comments