Skip to content

Commit a3a8a89

Browse files
authored
Merge pull request #133 from navikt/auto-instrumentation
Add autoinstrumentation
2 parents e1bb1bb + a3aea91 commit a3a8a89

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

legacy-archive/.nais/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ spec:
1818
readiness:
1919
path: /internal/isReady
2020
initialDelay: 10
21+
observability:
22+
autoInstrumentation:
23+
enabled: true
24+
runtime: nodejs
2125
env:
2226
- name: APP_PORT
2327
value: "3399"

xp-archive/.nais/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ spec:
1717
readiness:
1818
path: /xp/internal/isReady
1919
initialDelay: 10
20+
observability:
21+
autoInstrumentation:
22+
enabled: true
23+
runtime: nodejs
2024
accessPolicy:
2125
outbound:
2226
rules:

0 commit comments

Comments
 (0)