1
0

[HUDI-210] Hudi Supports Prometheus Pushgateway (#1931)

Co-authored-by: leesf <leesf@apache.org>
This commit is contained in:
liujinhui
2020-08-09 15:29:54 +08:00
committed by GitHub
parent 3c949d2ff5
commit 6b349b7711
12 changed files with 531 additions and 2 deletions

View File

@@ -121,6 +121,22 @@
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jmx</artifactId>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_httpserver</artifactId>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_dropwizard</artifactId>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_pushgateway</artifactId>
</dependency>
<dependency>
<groupId>com.beust</groupId>