Skip to content

Commit 59ebc6c

Browse files
authored
Add grafana logging (#210)
1 parent b2c6997 commit 59ebc6c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

nais/nais-dev.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ spec:
3535
enabled: true
3636
path: /internal/prometheus
3737
observability:
38+
logging:
39+
destinations:
40+
- id: elastic
41+
- id: loki
3842
autoInstrumentation:
3943
enabled: true
40-
runtime: "java"
44+
runtime: java
4145
resources:
4246
limits:
4347
memory: 600Mi

nais/nais-prod.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ spec:
3535
enabled: true
3636
path: /internal/prometheus
3737
observability:
38+
logging:
39+
destinations:
40+
- id: elastic
41+
- id: loki
3842
autoInstrumentation:
3943
enabled: true
40-
runtime: "java"
44+
runtime: java
4145
resources:
4246
limits:
4347
memory: 600Mi

0 commit comments

Comments
 (0)