Skip to content

Commit

Permalink
Merge pull request #6 from notsureifkevin/master
Browse files Browse the repository at this point in the history
Added configuration for metrics exporter
  • Loading branch information
arey authored Nov 19, 2018
2 parents 0095817 + 3f6e180 commit f2f806e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ spring.cloud.refresh.refreshable: false
# Logging
logging.level.org.springframework: INFO

# Metrics
management:
endpoint:
metrics:
enabled: true
prometheus:
enabled: true
endpoints:
web:
exposure:
include: '*'
metrics:
export:
prometheus:
enabled: true

---
spring:
Expand Down

0 comments on commit f2f806e

Please sign in to comment.