Skip to content

Commit 033e39a

Browse files
Edit properties #2
1 parent 066d24f commit 033e39a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

backend/src/main/resources/application.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ spring.data.mongodb.uri=${MONGO_URI}
1919
# Server Configuration
2020
server.port=8080
2121

22-
management.endpoints.web.exposure.include=*
23-
management.endpoint.health.show-details=always
22+
management.endpoint.health.show-details=always
23+
management.endpoint.prometheus.enabled=true
24+
management.endpoints.web.exposure.include=prometheus

0 commit comments

Comments
 (0)