public interface KafkaMetrics
| Modifier and Type | Interface and Description |
|---|---|
static class |
KafkaMetrics.KafkaMetricsImpl
Metrics of a batch of RPCs.
|
static class |
KafkaMetrics.NoOpKafkaMetrics
No-op implementation of
KafkaResults. |
| Modifier and Type | Method and Description |
|---|---|
void |
updateBacklogBytes(java.lang.String topic,
int partitionId,
long backlog) |
void |
updateKafkaMetrics() |
void |
updateSuccessfulRpcMetrics(java.lang.String topic,
java.time.Duration elapsedTime) |