Interface Exporter
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AbstractExporter, HttpExporter, KafkaExporter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanemit(ContextExportableMetric exportableMetric) getName()voidreconfigurePredicate(Predicate<Keyed> metricsPredicate) Reconfigure the metrics predicate.default voidsetMetricsRegistry(org.apache.kafka.common.metrics.Metrics metrics) Set the Metrics registry on this Exporter.Methods inherited from interface AutoCloseable
close
-
Method Details
-
reconfigurePredicate
-
getPredicate
-
emit
-
getName
String getName() -
setMetricsRegistry
default void setMetricsRegistry(org.apache.kafka.common.metrics.Metrics metrics) Set the Metrics registry on this Exporter. The Exporter can use this to register its own metrics.
-