Is there any java client for Prometheus, by using which I can execute queries like the below one?
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'
Is there any java client for Prometheus, by using which I can execute queries like the below one?
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'