No description
Find a file
2023-05-14 11:58:47 +02:00
.changelog ci: Add changelog for initial release 2023-03-31 00:26:17 +02:00
.github/workflows chore: Try to fix release workflow 2023-04-02 19:34:08 +02:00
src chore: Update help file, enable release optimizations for nimble install 2023-05-14 11:58:47 +02:00
tests chore: Add some pre-commit hooks 2023-04-07 17:06:43 +02:00
.gitignore Github generated license/gitignore 2023-03-28 10:04:50 +02:00
.pre-commit-config.yaml chore: Add nim-pretty pre commit hook 2023-04-07 17:43:46 +02:00
CHANGELOG.md chore: release 0.0.4, update changelog 2023-04-08 10:56:47 +02:00
LICENSE Github generated license/gitignore 2023-03-28 10:04:50 +02:00
nim.cfg chore: Update help file, enable release optimizations for nimble install 2023-05-14 11:58:47 +02:00
nimble.lock feat: Add support for https urls 2023-05-14 11:41:03 +02:00
promexplorer.gif chore: Update gif to show off new search functionality 2023-04-03 11:59:30 +02:00
promexplorer.nimble illwillWidgets seem unmaintained, bundle for now. Fix #1 - don't delete empty string 2023-05-03 20:17:10 +02:00
README.md chore: Add some pre-commit hooks 2023-04-07 17:06:43 +02:00

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)

2022 Marcus Ramberg