aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2022-04-07 13:19:27 -0500
committerjhh <jorge.hernandez-herrero@att.com>2022-04-07 13:21:49 -0500
commit6c34a1a0703f40b8cbeb09d09ac6674459f0d5b1 (patch)
tree737c5d05d9b78d34faf1fa0c66269439daf40bdc
parent8a412c2aab43857d06d636f87188d2f44a40b84e (diff)
add prometheus lib to track per-level log entries
Issue-ID: POLICY-3984 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I049de5e8b4a08d25624c2ada8f8d488ead2a1cb8
-rw-r--r--main/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 04e0769d..1ebcf1be 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP Policy Engine - XACML PDP
================================================================================
- Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2019-2022 AT&T Intellectual Property. All rights reserved.
Modifications Copyright (C) 2020 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -108,6 +108,10 @@
<version>${policy.models.version}</version>
</dependency>
<dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_logback</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.onap.policy.xacml-pdp</groupId>
<artifactId>xacml-test</artifactId>
<version>${project.version}</version>