mirror of
https://github.com/marcusramberg/promexplorer
synced 2026-01-02 13:24:48 +00:00
No description
| .changelog | ||
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| CHANGELOG.md | ||
| LICENSE | ||
| nim.cfg | ||
| nimble.lock | ||
| promexplorer.gif | ||
| promexplorer.nimble | ||
| README.md | ||
promexplorer
A simple tool to explore prometheus exporter feeds aggregates all the labels into one metric, and gives you a simple tui to navigate the available metrics
Installation
Static binaries are provided for mac/linux/windows, get the appropriate one from the latest release and put it somewhere in your PATH.
Help
❯ ./promexplorer
promexplorer [-v|--version] | [-h|--help] | exporter_url
note: your exporter_url should include /metrics or whatever path your metrics are on.
Usage
❯ ./promexplorer http://localhost:9100/metrics
LICENSE
MIT License (See LICENSE for details)
Copyright
2022 Marcus Ramberg
