Skip to content

Commit

Permalink
Feature/auto observability (#3609)
Browse files Browse the repository at this point in the history
* Legger til autoObservability på applikasjonene våre
  • Loading branch information
stigus authored Sep 9, 2024
1 parent 42e805b commit 751674c
Show file tree
Hide file tree
Showing 88 changed files with 353 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/adresse-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
path: /internal/isAlive
periodSeconds: 30
initialDelay: 30
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/amelding-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/app-tilgang-analyse-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/arbeidsforhold-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/batch-bestilling-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ spec:
initialDelay: 30
periodSeconds: 30
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/brreg-stub/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ spec:
path: /isAlive
periodSeconds: 30
initialDelay: 30
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/bruker-service/config.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/bruker-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/budpro-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
prometheus:
enabled: true
path: "/internal/prometheus"
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
initialDelay: 45
path: "/internal/health/readiness"
Expand Down
4 changes: 4 additions & 0 deletions apps/dolly-backend/config.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ spec:
initialDelay: 20
periodSeconds: 2
failureThreshold: 140
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 20
Expand Down
5 changes: 5 additions & 0 deletions apps/dolly-backend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-body-size: "512m"

spec:
tokenx:
enabled: true
Expand Down Expand Up @@ -88,6 +89,10 @@ spec:
initialDelay: 20
periodSeconds: 20
failureThreshold: 900
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 20
Expand Down
4 changes: 4 additions & 0 deletions apps/dolly-frontend/config.idporten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ spec:
initialDelay: 20
periodSeconds: 2
failureThreshold: 140
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 20
Expand Down
4 changes: 4 additions & 0 deletions apps/dolly-frontend/config.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ spec:
initialDelay: 20
periodSeconds: 2
failureThreshold: 140
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 20
Expand Down
4 changes: 4 additions & 0 deletions apps/dolly-frontend/config.unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ spec:
initialDelay: 20
periodSeconds: 2
failureThreshold: 140
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 20
Expand Down
4 changes: 4 additions & 0 deletions apps/dolly-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ spec:
initialDelay: 20
periodSeconds: 2
failureThreshold: 140
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 20
Expand Down
4 changes: 4 additions & 0 deletions apps/dollystatus/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/endringsmelding-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
path: /internal/isAlive
periodSeconds: 30
initialDelay: 30
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/endringsmelding-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/ereg-batch-status-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/faste-data-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
path: /internal/isAlive
periodSeconds: 30
initialDelay: 30
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/generer-arbeidsforhold-populasjon-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/generer-navn-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/generer-organisasjon-populasjon-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/generer-synt-amelding-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/helsepersonell-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/inntektsmelding-generator-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
path: /internal/isAlive
periodSeconds: 30
initialDelay: 30
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/inntektsmelding-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ spec:
path: /internal/isAlive
periodSeconds: 30
initialDelay: 30
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/jenkins-batch-status-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/joark-dokument-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
initialDelay: 30
periodSeconds: 30
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/kodeverk-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 10
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/levende-arbeidsforhold-ansettelse/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/levende-arbeidsforhold-scheduler/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/levende-arbeidsforhold-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
4 changes: 4 additions & 0 deletions apps/miljoer-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ spec:
initialDelay: 30
periodSeconds: 30
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 30
Expand Down
4 changes: 4 additions & 0 deletions apps/oppsummeringsdokument-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ spec:
initialDelay: 4
periodSeconds: 5
failureThreshold: 500
observability:
autoInstrumentation:
enabled: true
runtime: java
readiness:
path: /internal/isReady
initialDelay: 4
Expand Down
Loading

0 comments on commit 751674c

Please sign in to comment.