Skip to content

Commit 2621313

Browse files
committed
Disable kafka
1 parent 281042e commit 2621313

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

argocd/applications/configs/edgenode-observability.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

argocd/applications/configs/orchestrator-observability.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)