wpjunior / epimetheus

Tool to scrape prometheus metrics and execute some queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tool to scrape prometheus metrics and execute some queries

License:MIT License


Languages

Language:Go 100.0%