You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by janeklb <gi...@git.apache.org> on 2017/10/14 23:31:06 UTC

[GitHub] samza pull request #327: SAMZA-1461 : Expose RocksDB properties as metrics

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 <ja...@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>

----


---

[GitHub] samza pull request #327: SAMZA-1461 : Expose RocksDB properties as metrics

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/327


---