summaryrefslogtreecommitdiffstats
path: root/gui-server/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-11-09 18:06:09 +0000
committerliamfallon <liam.fallon@est.tech>2022-11-09 18:06:43 +0000
commit7a7c90404e9c0e3faaa3b3a111ed2263d2dad893 (patch)
treeae0ef2e6dd02fe38732486b94d537f12fe80686b /gui-server/pom.xml
parent6e4582e760f0f63f8938a64b1317658dcde119cd (diff)
Enable health check and prometheus on gui-server
Issue-ID: POLICY-4138 Change-Id: Ibd815d54e7ee1df787412ed55d70d8a5dc95f1c0 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'gui-server/pom.xml')
-rw-r--r--gui-server/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/gui-server/pom.xml b/gui-server/pom.xml
index b774f0d..4082fd3 100644
--- a/gui-server/pom.xml
+++ b/gui-server/pom.xml
@@ -41,10 +41,20 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-registry-prometheus</artifactId>
+ <version>${version.io.micrometer}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>