diff options
author | halil.cakal <halil.cakal@est.tech> | 2022-09-29 09:47:09 +0100 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2022-10-17 10:28:51 +0100 |
commit | 8eadcb635a4d3dfaa7f2ac83f4081120a62e1781 (patch) | |
tree | b9a872c2c8982381209a2c506181d7174ef8cf82 /a1-policy-management/pom.xml | |
parent | 36f9bf4305ef193089330242c94d229f9310f69d (diff) |
Metrics and statistics for A1 PMS
Enable app metrics to be collected by Prometheus
Patch set 2: Remove hardcoded defines ccsdk.sli dependency
Issue-ID: CCSDK-3766
Change-Id: I58f05390007b74e58427b9be2711912c551d6e1e
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 170d8530..d47019b6 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -137,6 +137,14 @@ <artifactId>spring-boot-starter-actuator</artifactId> <scope>runtime</scope> </dependency> + <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-prometheus</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-aop</artifactId> + </dependency> <!--REQUIRED TO GENERATE DOCUMENTATION --> <dependency> <groupId>io.springfox</groupId> |