Skip to content

Commit

Permalink
Loggar til Grafana Loki i tillegg til Elastic, sånn at vi får opp log…
Browse files Browse the repository at this point in the history
…gane i Grafana og enkelt kan kople dei saman med den distribuerte sporinga frå Tempo. Samme konfig og samme endring som eg gjorde i Gjenny-koden for ei lita stund sia (#275)
  • Loading branch information
madsop-nav authored Jul 1, 2024
1 parent 6c3dedd commit 6c18ad2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/etterlatte-notifikasjoner/.nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
autoInstrumentation:
enabled: true
runtime: java
logging:
destinations:
- id: elastic
- id: loki
kafka:
pool: nav-dev
azure:
Expand Down
4 changes: 4 additions & 0 deletions apps/etterlatte-notifikasjoner/.nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
autoInstrumentation:
enabled: true
runtime: java
logging:
destinations:
- id: elastic
- id: loki
kafka:
pool: nav-prod
azure:
Expand Down
4 changes: 4 additions & 0 deletions apps/ey-pdfgen/.nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ spec:
autoInstrumentation:
enabled: true
runtime: java
logging:
destinations:
- id: elastic
- id: loki
accessPolicy:
inbound:
rules:
Expand Down
4 changes: 4 additions & 0 deletions apps/ey-pdfgen/.nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ spec:
autoInstrumentation:
enabled: true
runtime: java
logging:
destinations:
- id: elastic
- id: loki
accessPolicy:
inbound:
rules:
Expand Down

0 comments on commit 6c18ad2

Please sign in to comment.