We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02acbb0 commit 66b9dbbCopy full SHA for 66b9dbb
1 file changed
services/backend/src/main/resources/application.properties
@@ -30,6 +30,7 @@ stripe.webhook-secret=${STRIPE_WEBHOOK_SECRET}
30
management.endpoints.web.exposure.include=health,info,prometheus
31
management.metrics.enable.all=true
32
management.endpoint.health.show-details=always
33
+management.metrics.web.server.auto-time-requests=true
34
35
# AI Analytics service
36
analytics.service.url=${ANALYTICS_URL}
0 commit comments