Skip to content

knadh/scylladb-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A script for generating docs for Promethus metrics exported by ScyllaDB

Topics

Resources

License

Stars

Watchers

Forks