Class ForStNativeMetricMonitor

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @Internal
    public class ForStNativeMetricMonitor
    extends Object
    implements Closeable
    A monitor which pulls {RocksDB} native metrics and forwards them to Flink's metric group. All metrics are unsigned longs and are reported at the column family level.
    • Constructor Detail

      • ForStNativeMetricMonitor

        public ForStNativeMetricMonitor​(@Nonnull
                                        ForStNativeMetricOptions options,
                                        @Nonnull
                                        org.apache.flink.metrics.MetricGroup metricGroup,
                                        @Nonnull
                                        org.forstdb.RocksDB rocksDB,
                                        @Nullable
                                        org.forstdb.Statistics statistics)