File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1- # [unified_alerting.state_history]
2- # enabled = true
1+
2+ # https://grafana.com/docs/grafana/latest/alerting/set-up/configure-alert-state-history/
3+ [unified_alerting.state_history]
4+ enabled = true
5+
6+ loki_remote_url = http://loki:3100
7+ backend = loki
38
49# backend = multiple
510# primary = loki
6- # loki_remote_url = http://loki:3100
711
812# secondaries = prometheus
913# prometheus_target_datasource_uid = DS_PROMETHEUS_UID
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ schema_config:
3030ruler :
3131 alertmanager_url : http://localhost:9093
3232
33+ limits_config :
34+ split_queries_by_interval : " 24h"
35+ max_query_parallelism : 32
3336# By default, Loki will send anonymous, but uniquely-identifiable usage and configuration
3437# analytics to Grafana Labs. These statistics are sent to https://stats.grafana.org/
3538#
4144#
4245# If you would like to disable reporting, uncomment the following lines:
4346# analytics:
44- # reporting_enabled: false
47+ # reporting_enabled: false
You can’t perform that action at this time.
0 commit comments