Package org.apache.kafka.server.telemetry
package org.apache.kafka.server.telemetry
Provides pluggable interface for capturing client telemetry metrics.
- InterfacesClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
ClientTelemetryContextprovides context information for client telemetry requests, including the push interval.ClientTelemetryExporterdefines the behavior for telemetry exporters on the broker side which receive and export client telemetry metrics and provides additional context including the push interval.AMetricsReportermay implement this interface to indicate support for collecting client telemetry on the server side using the new exporter API.A client telemetry payload as sent by the client to the telemetry exporter.Deprecated, for removal: This API element is subject to removal in a future version.Since 4.2.0, useClientTelemetryExporterinstead.
ClientTelemetryExporterProviderinstead.