File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
argocd/applications/configs Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ mimir-distributed:
1818 exitCommand : " "
1919 makePolicyJob :
2020 exitCommand : " "
21+ # These values override the default configuration to run Grafana Mimir in classic architecture.
22+ # The "classic" architecture is what Mimir 2.x (mimir-distributed Helm chart version 5.x) used by default.
23+ # In this mode, Grafana Mimir doesn't use Kafka to decouple write and read paths. Instead,
24+ # the distributors push series directly to the ingesters.
25+ # https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/classic-architecture.yaml
26+ kafka :
27+ enabled : false
2128 mimir :
2229 structuredConfig :
23- # These values override the default configuration to run Grafana Mimir in classic architecture.
24- # The "classic" architecture is what Mimir 2.x (mimir-distributed Helm chart version 5.x) used by default.
25- # In this mode, Grafana Mimir doesn't use Kafka to decouple write and read paths. Instead,
26- # the distributors push series directly to the ingesters.
27- # https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/classic-architecture.yaml
2830 ingest_storage :
2931 enabled : false
3032 kafka :
Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ mimir-distributed:
1818 exitCommand : " "
1919 makePolicyJob :
2020 exitCommand : " "
21+ # These values override the default configuration to run Grafana Mimir in classic architecture.
22+ # The "classic" architecture is what Mimir 2.x (mimir-distributed Helm chart version 5.x) used by default.
23+ # In this mode, Grafana Mimir doesn't use Kafka to decouple write and read paths. Instead,
24+ # the distributors push series directly to the ingesters.
25+ # https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/classic-architecture.yaml
26+ kafka :
27+ enabled : false
2128 mimir :
2229 structuredConfig :
23- # These values override the default configuration to run Grafana Mimir in classic architecture.
24- # The "classic" architecture is what Mimir 2.x (mimir-distributed Helm chart version 5.x) used by default.
25- # In this mode, Grafana Mimir doesn't use Kafka to decouple write and read paths. Instead,
26- # the distributors push series directly to the ingesters.
27- # https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/classic-architecture.yaml
2830 ingest_storage :
2931 enabled : false
3032 kafka :
You can’t perform that action at this time.
0 commit comments