Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinjqiu/promcli
A shell for loading Prometheus metrics fixtures and evaluating Prometheus expressions
https://github.com/kevinjqiu/promcli
cli go-prompt prometheus testing
Last synced: 3 months ago
JSON representation
A shell for loading Prometheus metrics fixtures and evaluating Prometheus expressions
- Host: GitHub
- URL: https://github.com/kevinjqiu/promcli
- Owner: kevinjqiu
- Created: 2018-08-02T02:59:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T18:37:51.000Z (over 6 years ago)
- Last Synced: 2024-05-28T14:24:44.352Z (5 months ago)
- Topics: cli, go-prompt, prometheus, testing
- Language: Go
- Homepage:
- Size: 1.34 MB
- Stars: 39
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
____ ____ _ ___
| _ \ _ __ ___ _ __ ___ / ___| | |_ _|
| |_) | '__/ _ \| '_ _ \| | | | | |
| __/| | | (_) | | | | | | |___| |___ | |
|_| |_| \___/|_| |_| |_|\____|_____|___|
```CLI shell for [Prometheus](https://prometheus.io) for testing Prometheus PromQL expressions.
This allows users to manually add metrics and evaluate PromQL expressions against the metrics for testing purposes.Demo
====![Demo](demo/demo.svg)
Try it
======Easiest way to try it is with [docker](https://docker.io):
docker run -it kevinjqiu/promcli
Install
=======go get github.com/kevinjqiu/promcli
Build
=====git clone https://github.com/kevinjqiu/promcli.git
deps ensure
make build