GitHub user janeklb opened a pull request: https://github.com/apache/samza/pull/327
SAMZA-1461 : Expose RocksDB properties as metrics Automatically build gauges for RocksDB properties via configuration: `stores.<storename>.rocksdb.telemetry.list=<rocksDbProperty1>, <rocksDbProperty1>` You can merge this pull request into a Git repository by running: $ git pull https://github.com/janeklb/samza jlb_rocksDBPropertiesAsMetrics Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/327.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #327 ---- commit e5c39e3e6e61132f96db3ddfb5fc79b0f5a7ea98 Author: Janek Lasocki-Biczysko <janek.lasocki-biczy...@skyscanner.net> Date: 2017-10-14T22:48:30Z Expose RocksDB properties as metrics Automatically build gauges for RocksDB properties via configuration: stores.<storename>.rocksdb.telemetry.list=<rocksDbProperty1>, <rocksDbProperty1> ---- ---