____ ____ _ ___
| _ \ _ __ ___ _ __ ___ / ___| | |_ _|
| |_) | '__/ _ \| '_ _ \| | | | | |
| __/| | | (_) | | | | | | |___| |___ | |
|_| |_| \___/|_| |_| |_|\____|_____|___|
CLI shell for Prometheus for testing Prometheus PromQL expressions. This allows users to manually add metrics and evaluate PromQL expressions against the metrics for testing purposes.
Easiest way to try it is with docker:
docker run -it kevinjqiu/promcli
go get github.com/kevinjqiu/promcli
git clone https://github.com/kevinjqiu/promcli.git
deps ensure
make build