An open API service indexing awesome lists of open source software.

https://github.com/wpjunior/epimetheus

Tool to scrape prometheus metrics and execute some queries
https://github.com/wpjunior/epimetheus

debugging openmetrics prometheus troubleshooting

Last synced: about 2 months ago
JSON representation

Tool to scrape prometheus metrics and execute some queries

Awesome Lists containing this project

README

          

# epimetheus
Tool to scrape prometheus metrics and execute some queries for debug/troubleshooting/CI purposes

# usage

```
epimetheus -url http://myservice/metrics -expr 'sum(rate(http_requests_total[2m]))'
```

at every 5 seconds epimetheus will evaluate the query against my service endpoint.