Skip to content

Commit a3aea91

Browse files
committed
Add autoinstrumentation
1 parent e1bb1bb commit a3aea91

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)