Skip to content

Commit

Permalink
comment prometheus and health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyijq committed Apr 2, 2023
1 parent ba6a31a commit d5bf0a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions distribution/conf/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ db.pool.config.minimumIdle=2
#***********Metrics for tomcat **************************#
server.tomcat.mbeanregistry.enabled=true

#*************** Metrics Related Configurations ***************#
### Metrics for prometheus
management.endpoints.web.exposure.include=prometheus,health
#***********Expose prometheus and health **************************#
#management.endpoints.web.exposure.include=prometheus,health

### Metrics for elastic search
management.metrics.export.elastic.enabled=false
Expand Down

0 comments on commit d5bf0a4

Please sign in to comment.