Skip to content

Commit

Permalink
chore: enable auto instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed May 2, 2024
1 parent b1b7d29 commit c2e288e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions naiserator-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ spec:
prometheus:
enabled: true
path: /internal/prometheus
observability:
autoInstrumentation:
enabled: true
runtime: java
resources:
limits:
memory: 1Gi
Expand Down
4 changes: 4 additions & 0 deletions naiserator-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ spec:
prometheus:
enabled: true
path: /internal/prometheus
observability:
autoInstrumentation:
enabled: true
runtime: java
resources:
limits:
memory: 1Gi
Expand Down

0 comments on commit c2e288e

Please sign in to comment.