Package

com.twitter.finatra.kafkastreams.internal

stats

Permalink

package stats

Visibility
  1. Public
  2. All

Type Members

  1. class KafkaStreamsFinagleMetricsReporter extends KafkaFinagleMetricsReporter

    Permalink

    Kafka-Streams specific MetricsReporter which adds some additional logic on top of the metrics reporter used for Kafka consumers and producers

  2. class RocksDBStatsCallback extends StatisticsCollectorCallback with Logging

    Permalink

    Implements the callback statistics collection and reporting for RocksDB Statistics.

    Implements the callback statistics collection and reporting for RocksDB Statistics.

    All ticker stats are cumulative since process start. Histograms measures distribution of a stat across all operations.

    Stats are scoped to "rocksdb/statistics".

    For more information see: https://github.com/facebook/rocksdb/wiki/Statistics https://github.com/facebook/rocksdb/blob/master/include/rocksdb/statistics.h

Ungrouped