Skip to content

Commit c46e003

Browse files
committed
Enable meta-monitoring
1 parent b7fa8d0 commit c46e003

File tree

1 file changed

+25
-23
lines changed
  • monitoring/alloy/helm-chart-values/clusters/all

1 file changed

+25
-23
lines changed

monitoring/alloy/helm-chart-values/clusters/all/values.yaml

+25-23
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ clusterMetrics:
6363
jobLabel: kube-state-metrics
6464
windows-exporter:
6565
deploy: false
66+
enabled: false
6667

6768
applicationObservability:
6869
enabled: true
@@ -99,27 +100,28 @@ alloy-receiver:
99100

100101
alloy-singleton:
101102
enabled: true
102-
# integrations:
103-
# collector: alloy-singleton
104-
# alloy:
105-
# instances:
106-
# # monitor the collector gathering and sending meta-monitoring metrics/logs to the meta-monitoring cluster
107-
# - name: alloy-in-logs
108-
# namespaces:
109-
# - logs
110-
# labelSelectors:
111-
# app.kubernetes.io/name: alloy-singleton
112103

113-
# # monitor the collectors gathering and sending metrics/logs to the local cluster
114-
# - name: alloy
115-
# labelSelectors:
116-
# app.kubernetes.io/name:
117-
# [
118-
# alloy-singleton,
119-
# alloy-metrics,
120-
# alloy-logs,
121-
# alloy-profiles,
122-
# alloy-receiver,
123-
# ]
124-
# namespaces:
125-
# - collectors
104+
integrations:
105+
collector: alloy-singleton
106+
alloy:
107+
instances:
108+
# monitor the collector gathering and sending meta-monitoring metrics/logs to the meta-monitoring cluster
109+
- name: alloy-in-logs
110+
namespaces:
111+
- alloy
112+
labelSelectors:
113+
app.kubernetes.io/name: alloy-singleton
114+
115+
# monitor the collectors gathering and sending metrics/logs to the local cluster
116+
- name: alloy
117+
labelSelectors:
118+
app.kubernetes.io/name:
119+
[
120+
alloy-singleton,
121+
alloy-metrics,
122+
alloy-logs,
123+
alloy-profiles,
124+
alloy-receiver,
125+
]
126+
namespaces:
127+
- alloy

0 commit comments

Comments
 (0)