Packages

package prometheus

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ConsumerPrometheusReporter extends IOMetricsReporter

    Kafka consumer will instantiate this class via reflection.

    Kafka consumer will instantiate this class via reflection. Specify this consumer config: metric.reporters=com.banno.kafka.metrics.prometheus.ConsumerPrometheusReporter.

  2. class ProducerPrometheusReporter extends IOMetricsReporter

    Kafka producer will instantiate this class via reflection.

    Kafka producer will instantiate this class via reflection. Specify this producer config: metric.reporters=com.banno.kafka.metrics.prometheus.ProducerPrometheusReporter.

Ungrouped