promexplorer
Simple prometheus metrics explorer
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Authors
- Marcus Ramberg
Installation
nimble install promexplorer
choosenim install promexplorer
git clone https://github.com/marcusramberg/promexplorer
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| promexplorer | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.6 | No |
| illwill >= | 0.3.0 | No |
Source
| Repository | https://github.com/marcusramberg/promexplorer |
|---|---|
| Homepage | https://github.com/marcusramberg/promexplorer |
| Registry Source | nimble_official |
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
❯ ./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