From 2992a78b2ea4d8f30451457911333381a3dfc15e Mon Sep 17 00:00:00 2001 From: liuyuanmu Date: Wed, 29 Dec 2021 09:27:36 +0800 Subject: [PATCH] add prometheus for peer --- core | 2 +- .../src/main/resources/config/application-peer.properties | 5 ++++- framework | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core b/core index b62180f7..d1503215 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit b62180f7edbb12c538c595a065abae919febfe6e +Subproject commit d1503215e0c3f321bebc3f44ffad73f2ed825f6e diff --git a/deploy/deploy-peer/src/main/resources/config/application-peer.properties b/deploy/deploy-peer/src/main/resources/config/application-peer.properties index 1b00fc08..365e1527 100644 --- a/deploy/deploy-peer/src/main/resources/config/application-peer.properties +++ b/deploy/deploy-peer/src/main/resources/config/application-peer.properties @@ -11,4 +11,7 @@ server.ssl.key-alias= server.ssl.key-store-password= server.ssl.trust-store= server.ssl.trust-store-password= -server.ssl.trust-store-type=JKS \ No newline at end of file +server.ssl.trust-store-type=JKS + +management.endpoints.web.exposure.include=prometheus +management.metrics.tags.application=peer \ No newline at end of file diff --git a/framework b/framework index c7cc8ca7..c2d42c67 160000 --- a/framework +++ b/framework @@ -1 +1 @@ -Subproject commit c7cc8ca71ad49565d60b5645bf27a6246c816ad7 +Subproject commit c2d42c6717c7ba3a9df4e38d8a423bea03acfc65