Skip to content

Commit 66b9dbb

Browse files
committed
chore: measure response time of every request.
1 parent 02acbb0 commit 66b9dbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/backend/src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ stripe.webhook-secret=${STRIPE_WEBHOOK_SECRET}
3030
management.endpoints.web.exposure.include=health,info,prometheus
3131
management.metrics.enable.all=true
3232
management.endpoint.health.show-details=always
33+
management.metrics.web.server.auto-time-requests=true
3334

3435
# AI Analytics service
3536
analytics.service.url=${ANALYTICS_URL}

0 commit comments

Comments
 (0)