Property reference

hermes.producer.metrics.list

The hermes.producer.metrics.list property defines a list of summary metrics for the Kafka producer client. Admins should review this property to understand the performance metrics being tracked and to ensure they align with monitoring needs.

Default: batch-size-avg,compression-rate-avg,io-wait-time-ns-avg,outgoing-byte-rate,outgoing-byte-total,request-latency-avg,request-rate,response-rate,produce-throttle-time-avg,produce-throttle-time-max Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies which Kafka producer client metrics are collected and reported, impacting performance monitoring and analysis.
What area does it affect? Kafka producer metrics
What does the default mean? The default value is "batch-size-avg,compression-rate-avg,io-wait-time-ns-avg,outgoing-byte-rate,outgoing-byte-total,request-latency-avg,request-rate,response-rate,produce-throttle-time-avg,produce-throttle-time-max", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring or optimizing Kafka producer performance monitoring.

Out of the box property record

Raw metadata from the property record.

Property name hermes.producer.metrics.list
Sys ID 79c5879043133110fb2883678fb8f2c8
Type string
Application Global
Default value batch-size-avg,compression-rate-avg,io-wait-time-ns-avg,outgoing-byte-rate,outgoing-byte-total,request-latency-avg,request-rate,response-rate,produce-throttle-time-avg,produce-throttle-time-max
Description Kafka producer client summary metric list
Updated 2023-12-19 22:45:29