Prometheus API的Java客户端

Prometheus API的Java客户端,prometheus,prometheus-java,Prometheus,Prometheus Java,是否有Prometheus的java客户端,通过它我可以执行如下查询 curl 'http://localhost:9090/api/v1/query_range?query=up&start=2019-07-01T20:10:30.781Z&end=2019-07-01T20:11:00.781Z&step=15s' 看一看

是否有Prometheus的java客户端,通过它我可以执行如下查询

curl 'http://localhost:9090/api/v1/query_range?query=up&start=2019-07-01T20:10:30.781Z&end=2019-07-01T20:11:00.781Z&step=15s'
看一看