Skip to content

Commit c4800ce

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

File tree

1 file changed

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

1 file changed

+31
-23
lines changed

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

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ clusterMetrics:
6363
jobLabel: kube-state-metrics
6464
windows-exporter:
6565
deploy: false
66+
enabled: false
67+
kepler:
68+
enabled: false
69+
deploy: false
70+
opencost:
71+
enabled: false
72+
deploy: false
6673

6774
applicationObservability:
6875
enabled: true
@@ -99,27 +106,28 @@ alloy-receiver:
99106

100107
alloy-singleton:
101108
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
112109

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
110+
integrations:
111+
collector: alloy-singleton
112+
alloy:
113+
instances:
114+
# monitor the collector gathering and sending meta-monitoring metrics/logs to the meta-monitoring cluster
115+
- name: alloy-in-logs
116+
namespaces:
117+
- alloy
118+
labelSelectors:
119+
app.kubernetes.io/name: alloy-singleton
120+
121+
# monitor the collectors gathering and sending metrics/logs to the local cluster
122+
- name: alloy
123+
labelSelectors:
124+
app.kubernetes.io/name:
125+
[
126+
alloy-singleton,
127+
alloy-metrics,
128+
alloy-logs,
129+
alloy-profiles,
130+
alloy-receiver,
131+
]
132+
namespaces:
133+
- alloy

0 commit comments

Comments
 (0)