Skip to content

Commit 34803c6

Browse files
committed
chore: enable auto instrumentation
1 parent 6bb0c63 commit 34803c6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

naiserator-dev.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ spec:
4444
prometheus:
4545
enabled: true
4646
path: /internal/prometheus
47+
observability:
48+
autoInstrumentation:
49+
enabled: true
50+
runtime: java
4751
resources:
4852
limits:
4953
memory: 1Gi

naiserator-prod.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ spec:
4444
prometheus:
4545
enabled: true
4646
path: /internal/prometheus
47+
observability:
48+
autoInstrumentation:
49+
enabled: true
50+
runtime: java
4751
resources:
4852
limits:
4953
memory: 1Gi

0 commit comments

Comments
 (0)