aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-controlloop/pom.xml
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2021-08-24 12:55:16 +0100
committerFrancescoFioraEst <francesco.fiora@est.tech>2021-08-30 13:53:56 +0100
commit13533270bb8498fce76a3d7b685b1a0f6d057d71 (patch)
treebb5de2568d3642e1529920b8040f248af25ab468 /runtime-controlloop/pom.xml
parente1d67de22d0bf9fe50c16ee6bc1e50310e74d4fa (diff)
Export basic prometheus metrics from clamp
POLICY-3557: Export basic prometheus metrics from clamp Change-Id: Ica71d089255e2a8881f668ceeb578993996f9a38 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/pom.xml')
-rw-r--r--runtime-controlloop/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime-controlloop/pom.xml b/runtime-controlloop/pom.xml
index 508f44a80..54405548f 100644
--- a/runtime-controlloop/pom.xml
+++ b/runtime-controlloop/pom.xml
@@ -84,6 +84,16 @@
<version>${version.springfox}</version>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ <version>${version.springboot}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-registry-prometheus</artifactId>
+ <version>${version.io.micrometer}</version>
+ </dependency>
+ <dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<scope>runtime</scope>