Package

kafka

metrics

Permalink

package metrics

Visibility
  1. Public
  2. All

Type Members

  1. class KafkaMetricsConfig extends AnyRef

    Permalink
  2. trait KafkaMetricsGroup extends Logging

    Permalink
  3. trait KafkaMetricsReporter extends AnyRef

    Permalink
  4. trait KafkaMetricsReporterMBean extends AnyRef

    Permalink

    Base trait for reporter MBeans.

    Base trait for reporter MBeans. If a client wants to expose these JMX operations on a custom reporter (that implements kafka.metrics.KafkaMetricsReporter), the custom reporter needs to additionally implement an MBean trait that extends this trait so that the registered MBean is compliant with the standard MBean convention.

  5. class KafkaTimer extends AnyRef

    Permalink

    A wrapper around metrics timer object that provides a convenient mechanism to time code blocks.

    A wrapper around metrics timer object that provides a convenient mechanism to time code blocks. This pattern was borrowed from the metrics-scala_2.9.1 package.

Value Members

  1. object KafkaMetricsGroup extends KafkaMetricsGroup with Logging

    Permalink
  2. object KafkaMetricsReporter

    Permalink

Ungrouped