Package io.camunda.zeebe.db.impl.rocksdb
Class ZeebeRocksDBMetricExporter<ColumnFamilyType extends Enum<ColumnFamilyType>>
java.lang.Object
io.camunda.zeebe.db.impl.rocksdb.ZeebeRocksDBMetricExporter<ColumnFamilyType>
public final class ZeebeRocksDBMetricExporter<ColumnFamilyType extends Enum<ColumnFamilyType>>
extends Object
This class exports metrics for a RocksDB instance to Prometheus.
-
Constructor Summary
ConstructorsConstructorDescriptionZeebeRocksDBMetricExporter(String partition, Supplier<ZeebeDb<ColumnFamilyType>> databaseSupplier) -
Method Summary
-
Constructor Details
-
ZeebeRocksDBMetricExporter
public ZeebeRocksDBMetricExporter(String partition, Supplier<ZeebeDb<ColumnFamilyType>> databaseSupplier)
-
-
Method Details
-
exportMetrics
public void exportMetrics()
-