Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

movio/rocksdb-prometheus-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocksdb-prometheus-exporter

Feed RocksDB metrics into Prometheus.

Example usage

docker run -d --name rocksdb-prometheus-exporter \
  -p 8080:8080 \
  -v <path(s) to stores on host>:/stores:ro \
  -e "PATHS=/stores/*/*/*" \
  <registry>/rocksdb-prometheus-exporter:<version>

As you can see, $PATHS can be a glob which gets expanded internally. This lets you specify multiple stores to monitor. The stores are mounted readonly (using :ro) to ensure we don't accidentally corrupt any stores.

See the Dockerfile for more on how to configure the other settings.

About

Feed RocksDB metrics into Prometheus.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages