Prometheus metric name visualizer
Visualize Prometheus metrics as a sunburst graph, broken down by namespace and subsystem.
This project required the Prometheus SQL adapter schema, which
has been retired, and needs to be updated to work with Prometheus’ own /api/v1/labels
endpoint.
git clone git@github.com:ssube/promviz.git
psql -f scripts/index-names.sql
against your Prometheus SQL adapter databasesrc/resource/names.json
make
a bundleTerminal -> Run Task -> Serve
in gitpodout/
:SERVE=TRUE make
docker run --name promviz-nginx -p 10001:80 -v $(pwd)/out:/usr/share/nginx/html:ro nginx