kafka

metrics

package metrics

Visibility
  1. Public
  2. All

Type Members

  1. class KafkaMetricsConfig extends AnyRef

  2. trait KafkaMetricsGroup extends Logging

  3. trait KafkaMetricsReporter extends AnyRef

  4. trait KafkaMetricsReporterMBean extends AnyRef

    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

    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

  2. object KafkaMetricsReporter

Ungrouped