promexplorer

Simple prometheus metrics explorer

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

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

screencast

LICENSE

MIT License (See LICENSE for details)

Copyright

2022 Marcus Ramberg