From 3bde62e610f5c2b28a6048f30eab232865ba0d3a Mon Sep 17 00:00:00 2001 From: Vibhuti Sharma Date: Mon, 25 Oct 2021 18:00:46 +0530 Subject: [PATCH 1/2] initial commit --- provider/indexer-azure/pom.xml | 8 ++++++++ .../src/main/resources/application.properties | 1 + 2 files changed, 9 insertions(+) diff --git a/provider/indexer-azure/pom.xml b/provider/indexer-azure/pom.xml index 47ae8f89..512c6357 100644 --- a/provider/indexer-azure/pom.xml +++ b/provider/indexer-azure/pom.xml @@ -233,6 +233,14 @@ 1.7.0 + + + io.micrometer + micrometer-registry-prometheus + 1.1.19 + runtime + + org.springframework.boot diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties index 6d055a04..d91ae5a4 100644 --- a/provider/indexer-azure/src/main/resources/application.properties +++ b/provider/indexer-azure/src/main/resources/application.properties @@ -88,3 +88,4 @@ tenantFactoryImpl.required=true management.server.port=8081 management.health.azure-key-vault.enabled=false management.health.elasticsearch.enabled=false +management.endpoints.web.exposure.include=health,info,prometheus -- GitLab From ef095e87cb8a7a5908db03de2c78faa42474a9ce Mon Sep 17 00:00:00 2001 From: Vibhuti Sharma Date: Tue, 26 Oct 2021 15:20:25 +0530 Subject: [PATCH 2/2] removing version --- provider/indexer-azure/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/provider/indexer-azure/pom.xml b/provider/indexer-azure/pom.xml index 512c6357..211698e0 100644 --- a/provider/indexer-azure/pom.xml +++ b/provider/indexer-azure/pom.xml @@ -237,7 +237,6 @@ io.micrometer micrometer-registry-prometheus - 1.1.19 runtime -- GitLab