c
com.cloudera.kafka.prometheus.metrics.reporting
PrometheusMetricsHandler
Companion object PrometheusMetricsHandler
class PrometheusMetricsHandler extends ConsumerGroupMetricsHandler with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrometheusMetricsHandler
- ConsumerGroupMetricsHandler
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PrometheusMetricsHandler(server: KafkaServer)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createGauge(name: String, help: String, labelNames: String*): Gauge
-
def
debug(msg: ⇒ String, e: ⇒ Throwable): Unit
- Definition Classes
- Logging
-
def
debug(msg: ⇒ String): Unit
- Definition Classes
- Logging
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(msg: ⇒ String, e: ⇒ Throwable): Unit
- Definition Classes
- Logging
-
def
error(msg: ⇒ String): Unit
- Definition Classes
- Logging
-
def
fatal(msg: ⇒ String, e: ⇒ Throwable): Unit
- Definition Classes
- Logging
-
def
fatal(msg: ⇒ String): Unit
- Definition Classes
- Logging
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAllGauges: Map[String, Gauge]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getValidConsumerGroups: Iterable[GroupMetaData]
- Definition Classes
- ConsumerGroupMetricsHandler
-
def
handleGroupCommittedOffset(group: String, topic: String, partition: String, offset: Long): Unit
- Definition Classes
- PrometheusMetricsHandler → ConsumerGroupMetricsHandler
- def handleIncreasedCount(name: MetricName, increasedCount: Double): Unit
- def handleKafkaMetric(name: MetricName, value: Double): Unit
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
info(msg: ⇒ String, e: ⇒ Throwable): Unit
- Definition Classes
- Logging
-
def
info(msg: ⇒ String): Unit
- Definition Classes
- Logging
-
def
isDebugEnabled: Boolean
- Definition Classes
- Logging
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled: Boolean
- Definition Classes
- Logging
-
val
logIdent: String
- Attributes
- protected
- Definition Classes
- Logging
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
msgWithLogIdent(msg: String): String
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseProperties(name: MetricName): Map[String, String]
-
def
processConsumerGroupData(): Unit
- Definition Classes
- ConsumerGroupMetricsHandler
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace(msg: ⇒ String, e: ⇒ Throwable): Unit
- Definition Classes
- Logging
-
def
trace(msg: ⇒ String): Unit
- Definition Classes
- Logging
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
warn(msg: ⇒ String, e: ⇒ Throwable): Unit
- Definition Classes
- Logging
-
def
warn(msg: ⇒ String): Unit
- Definition Classes
- Logging