summaryrefslogtreecommitdiffstats
path: root/parent
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 /parent
parentb6a3f24a4a34002d1d49246d739921cc23e33564 (diff)
Add Prometheus http api
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index a81f64d1725..1b22bcefb18 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -436,6 +436,16 @@
<version>0.7</version>
</dependency>
<dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient</artifactId>
+ <version>${prometheus.client.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_common</artifactId>
+ <version>${prometheus.client.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${asm.version}</version>
@@ -777,6 +787,7 @@
<doclint>all</doclint>
<surefire.version>2.22.0</surefire.version>
<junit.version>5.4.2</junit.version>
+ <prometheus.client.version>0.6.0</prometheus.client.version>
<protobuf.version>3.7.0</protobuf.version>
</properties>