CLI for "tailing" a Prometheus metrics-endpoint (potentially useful for debugging purposes).
Install with go:
go install github.com/sebogh/promtui/cmd/promtui@latestor see releases.
Run like:
promtui which will tail the metrics from the default endpoint:
http://localhost:8080/healthz/metrics.
See promtui --help for all available options.
