Go to file
Kailash Nadh 6f3ba98d3c
Merge pull request #1 from mr-karan/master
feat: add column_family keyspace metrics
2024-01-08 11:50:22 +05:30
docs feat: add column_family keyspace metrics 2024-01-08 11:45:58 +05:30
LICENSE First commit. 2023-02-07 13:22:58 +05:30
README.md Add ZTech logo. 2023-02-07 14:02:39 +05:30
generate.py First commit. 2023-02-07 13:22:58 +05:30
template.html Fix repo link in template. 2023-02-07 13:32:36 +05:30

README.md

ScyllaDB Prometheus metrics

This script fetches the list of metrics from a ScyllaDB server and generates a single page HTML documentation for all the metrics.

See the docs at knadh.github.io/scylladb-metrics

Running locally

  • Clone this repository.
  • To generate from ScyllaDB, run python3 generate.py http://scylla-url:9180/metrics > index.html
  • To generate from a file with metrics dumped in it, run python3 generate.py ./metrics_file > index.html