summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-08-27 11:44:41 +0200
committergjoranv <gv@verizonmedia.com>2019-08-27 16:21:01 +0200
commit3007317e7fcfc0bc11e41f878bb7e2a98bd9fbfc (patch)
tree6c99a1e82194399005a71493b46654bd5d1973d9 /metrics-proxy/pom.xml
parentb6a3f24a4a34002d1d49246d739921cc23e33564 (diff)
Add Prometheus http api
Diffstat (limited to 'metrics-proxy/pom.xml')
-rw-r--r--metrics-proxy/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 26caa3f66af..99354ee22e8 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -116,6 +116,14 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_common</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>