Skip to content

Commit b7fa8d0

Browse files
committed
Test out applicationObservability
1 parent 4737198 commit b7fa8d0

File tree

1 file changed

+42
-24
lines changed
  • monitoring/alloy/helm-chart-values/clusters/all

1 file changed

+42
-24
lines changed

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

+42-24
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ clusterMetrics:
6464
windows-exporter:
6565
deploy: false
6666

67+
applicationObservability:
68+
enabled: true
69+
receivers:
70+
otlp:
71+
grpc:
72+
enabled: true
73+
74+
# autoInstrumentation:
75+
# enabled: true
76+
6777
prometheusOperatorObjects:
6878
enabled: true
6979
crds:
@@ -78,30 +88,38 @@ alloy-metrics:
7888
alloy-logs:
7989
enabled: true
8090

81-
alloy-singleton:
91+
alloy-receiver:
8292
enabled: true
83-
84-
integrations:
85-
collector: alloy-singleton
8693
alloy:
87-
instances:
88-
# monitor the collector gathering and sending meta-monitoring metrics/logs to the meta-monitoring cluster
89-
- name: alloy-in-logs
90-
namespaces:
91-
- logs
92-
labelSelectors:
93-
app.kubernetes.io/name: alloy-singleton
94+
extraPorts:
95+
- name: otlp-grpc
96+
port: 4317
97+
targetPort: 4317
98+
protocol: TCP
99+
100+
alloy-singleton:
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
94112

95-
# monitor the collectors gathering and sending metrics/logs to the local cluster
96-
- name: alloy
97-
labelSelectors:
98-
app.kubernetes.io/name:
99-
[
100-
alloy-singleton,
101-
alloy-metrics,
102-
alloy-logs,
103-
alloy-profiles,
104-
alloy-receiver,
105-
]
106-
namespaces:
107-
- collectors
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

0 commit comments

Comments
 (0)