Commit 25a0419c authored by abdullh.alsoleman's avatar abdullh.alsoleman

Add Prometheus Configuration

parent 16251039
...@@ -2,4 +2,7 @@ server.port=9001 ...@@ -2,4 +2,7 @@ server.port=9001
spring.data.mongodb.database=jobsdb spring.data.mongodb.database=jobsdb
spring.data.mongodb.port=27017 spring.data.mongodb.port=27017
spring.data.mongodb.host=mongodb.mongo.svc.cluster.local spring.data.mongodb.host=mongodb.mongo.svc.cluster.local
management.endpoints.web.exposure.include=prometheus
management.endpoint.prometheus.enabled=true
management.endpoint.health.show.details=always
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment