https://github.com/marcusramberg/promexplorer
A simple tool to explore prometheus exporter metrics
https://github.com/marcusramberg/promexplorer
illwill nim prometheus tui
Last synced: 23 days ago
JSON representation
A simple tool to explore prometheus exporter metrics
- Host: GitHub
- URL: https://github.com/marcusramberg/promexplorer
- Owner: marcusramberg
- License: mit
- Created: 2023-03-28T08:02:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T09:58:52.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T16:18:57.812Z (23 days ago)
- Topics: illwill, nim, prometheus, tui
- Language: Nim
- Homepage:
- Size: 1.86 MB
- Stars: 25
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
``` sh
❯ ./promexplorer
promexplorer [-v|--version] | [-h|--help] | exporter_url
note: your exporter_url should include /metrics or whatever path your metrics are on.
```## Usage
``` sh
❯ ./promexplorer http://localhost:9100/metrics
```
## LICENSE
MIT License (See LICENSE for details)
## Copyright
2022 Marcus Ramberg