An open API service indexing awesome lists of open source software.

https://github.com/knadh/scylladb-metrics

A script for generating docs for Promethus metrics exported by ScyllaDB
https://github.com/knadh/scylladb-metrics

documentation scylladb

Last synced: 8 months ago
JSON representation

A script for generating docs for Promethus metrics exported by ScyllaDB

Awesome Lists containing this project

README

          

# 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**](https://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`