diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-01-12 14:04:53 -0500 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-01-12 14:05:02 -0500 |
commit | a3a72c1a842fa83e4b3163aa6a0a4cde2d797e3a (patch) | |
tree | 3652eb48d6f343e8e98875fbc6a363d7e1545736 /reception/pom.xml | |
parent | 3d170c6e14976549cd2edc405c5c242110bff2ff (diff) |
Add distribution app metrics to prometheus
Adding the distribution application level metrics
to prometheus.
Adapted the changes so that existing test cases for
DistributionStatisticsManager are not affected and still
provides the full coverage.
Issue-ID: POLICY-3759
Change-Id: I972f107e4ac46c2769dfaeb9bcefa0731bb879ca
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'reception/pom.xml')
-rw-r--r-- | reception/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/reception/pom.xml b/reception/pom.xml index c8be1dd3..4fb67fbb 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2022 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -50,5 +51,9 @@ <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> + <dependency> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient</artifactId> + </dependency> </dependencies> </project> |