Skip to content

Commit

Permalink
Legg til auto-instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GardOS committed Oct 24, 2024
1 parent 49659db commit 5295e94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .deploy/preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
path: /internal/status/isAlive
initialDelay: 30
failureThreshold: 10
observability:
autoInstrumentation:
enabled: true
runtime: java
prometheus:
enabled: true
path: /internal/prometheus
Expand Down Expand Up @@ -102,4 +106,4 @@ spec:
- name: SPRING_PROFILES_ACTIVE
value: dev
envFrom:
- secret: familie-klage-unleash-api-token
- secret: familie-klage-unleash-api-token
4 changes: 4 additions & 0 deletions .deploy/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
path: /internal/status/isAlive
initialDelay: 30
failureThreshold: 10
observability:
autoInstrumentation:
enabled: true
runtime: java
prometheus:
enabled: true
path: /internal/prometheus
Expand Down

0 comments on commit 5295e94

Please sign in to comment.