Skip to content

Commit 24ed22a

Browse files
committed
Legger til auto-instrumentation.
1 parent 80b1907 commit 24ed22a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

nais/dev-gcp/nais.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ spec:
2929
path: /tms-varsel-api/metrics
3030
secureLogs:
3131
enabled: true
32+
observability:
33+
autoInstrumentation:
34+
enabled: true
35+
runtime: java
3236
replicas:
3337
min: 2
3438
max: 4

nais/prod-gcp/nais.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
path: /tms-varsel-api/metrics
2929
secureLogs:
3030
enabled: true
31+
observability:
32+
autoInstrumentation:
33+
enabled: true
34+
runtime: java
3135
replicas:
3236
min: 2
3337
max: 4

0 commit comments

Comments
 (0)