kafka Metrics
TelemetryMetrics
kafka Metrics
Zilla runtime telemetry type
telemetry:
metrics:
- kafka.request.bytes
- kafka.response.bytes
- kafka.response.codes
- kafka.request.durationConfiguration
Metrics
* required
metrics
arrayofstring
The list of metric names available to record and export.
kafka.request.bytes
histogram
The kafka request content length in bytes.
kafka.response.bytes
histogram
The kafka response content length in bytes.
kafka.response.codes
counter
The count of kafka API response codes.
kafka.request.duration
histogram
The duration of kafka requests in nanoseconds.

