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
- Host: GitHub
- URL: https://github.com/wpjunior/epimetheus
- Owner: wpjunior
- License: mit
- Created: 2020-12-30T13:13:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T19:54:25.000Z (over 5 years ago)
- Last Synced: 2025-01-13T23:13:37.614Z (over 1 year ago)
- Topics: debugging, openmetrics, prometheus, troubleshooting
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.