Skip to content

Commit 489c440

Browse files
committed
Skru på OTEL auto-instrumentering
1 parent cbfb02f commit 489c440

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

nais/dev/nais.yaml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ spec:
3333
requests:
3434
cpu: 100m
3535
memory: 256Mi
36+
observability:
37+
autoInstrumentation:
38+
enabled: true
39+
runtime: java
3640
azure:
3741
application:
3842
allowAllUsers: true # Dette var default før NAIS endret default til false
@@ -58,21 +62,21 @@ spec:
5862
enabled: true
5963
gcp:
6064
sqlInstances:
61-
- collation: nb_NO.UTF8
62-
databases:
63-
- envVarPrefix: DB
64-
name: inntekt
65-
diskAutoresize: true
66-
diskType: SSD
67-
highAvailability: false
68-
insights:
69-
enabled: true
70-
queryStringLength: 4500
71-
recordApplicationTags: true
72-
recordClientAddress: true
73-
maintenance:
74-
day: 1
75-
hour: 4
76-
pointInTimeRecovery: false
77-
tier: db-custom-1-3840
78-
type: POSTGRES_15
65+
- collation: nb_NO.UTF8
66+
databases:
67+
- envVarPrefix: DB
68+
name: inntekt
69+
diskAutoresize: true
70+
diskType: SSD
71+
highAvailability: false
72+
insights:
73+
enabled: true
74+
queryStringLength: 4500
75+
recordApplicationTags: true
76+
recordClientAddress: true
77+
maintenance:
78+
day: 1
79+
hour: 4
80+
pointInTimeRecovery: false
81+
tier: db-custom-1-3840
82+
type: POSTGRES_15

0 commit comments

Comments
 (0)