File tree 1 file changed +24
-23
lines changed
monitoring/alloy/helm-chart-values/clusters/all
1 file changed +24
-23
lines changed Original file line number Diff line number Diff line change @@ -99,27 +99,28 @@ alloy-receiver:
99
99
100
100
alloy-singleton :
101
101
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
112
102
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
103
+ integrations :
104
+ collector : alloy-singleton
105
+ alloy :
106
+ instances :
107
+ # monitor the collector gathering and sending meta-monitoring metrics/logs to the meta-monitoring cluster
108
+ - name : alloy-in-logs
109
+ namespaces :
110
+ - alloy
111
+ labelSelectors :
112
+ app.kubernetes.io/name : alloy-singleton
113
+
114
+ # monitor the collectors gathering and sending metrics/logs to the local cluster
115
+ - name : alloy
116
+ labelSelectors :
117
+ app.kubernetes.io/name :
118
+ [
119
+ alloy-singleton,
120
+ alloy-metrics,
121
+ alloy-logs,
122
+ alloy-profiles,
123
+ alloy-receiver,
124
+ ]
125
+ namespaces :
126
+ - alloy
You can’t perform that action at this time.
0 commit comments