From 62fc38ca67632825f64965a7f70a9845de7ad35e Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Wed, 12 Dec 2018 09:07:05 +0100 Subject: Expose Prometheus metrics Expose both JVM and HV-VES metrics by means of HealthCheckApiServer in Prometheus format. Change-Id: I81b74cd945c67569703a4a74f5a2683ede18d64a Issue-ID: DCAEGEN2-1029 Signed-off-by: Piotr Jaszczyk --- sources/hv-collector-main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/hv-collector-main/pom.xml') diff --git a/sources/hv-collector-main/pom.xml b/sources/hv-collector-main/pom.xml index a94d6346..9e124efd 100644 --- a/sources/hv-collector-main/pom.xml +++ b/sources/hv-collector-main/pom.xml @@ -135,7 +135,7 @@ --> io.micrometer - micrometer-registry-jmx + micrometer-registry-prometheus -- cgit 1.2.3-korg