Skip to content

Commit 7d09f5e

Browse files
committed
Test out applicationObservability
1 parent 4737198 commit 7d09f5e

File tree

1 file changed

+13
-0
lines changed
  • monitoring/alloy/helm-chart-values/clusters/all

1 file changed

+13
-0
lines changed

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

+13
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,6 +88,9 @@ alloy-metrics:
7888
alloy-logs:
7989
enabled: true
8090

91+
alloy-receiver:
92+
enabled: true
93+
8194
alloy-singleton:
8295
enabled: true
8396

0 commit comments

Comments
 (0)