Skip to content

Commit

Permalink
increase metrics interval to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Oct 25, 2023
1 parent 92f1344 commit e8f7094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/base/lexbox-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
- name: ASPNETCORE_ENVIRONMENT
value: Development
- name: OTEL_METRIC_EXPORT_INTERVAL
value: '15000' # 15 seconds
value: '60000' # 60s
- name: POSTGRES_DB
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit e8f7094

Please sign in to comment.