- 后端:product 项目增加 metrics 配置

This commit is contained in:
YunaiV
2019-05-21 15:33:35 +08:00
parent 4eeabe7605
commit a64a0e3887
2 changed files with 9 additions and 58 deletions

View File

@@ -18,3 +18,12 @@ server:
swagger:
enable: false
management:
endpoints:
web:
exposure:
include: health,info,env,metrics,prometheus
metrics:
enabled: true