Property reference

hermes.producer.topic.metrics.list

The hermes.producer.topic.metrics.list property defines the list of metrics collected by the Kafka producer client for specific topics. Admins should review this property to ensure the relevant metrics are being monitored for performance and error tracking.

Default: byte-rate,byte-total,compression-rate,record-error-rate,record-retry-rate,record-send-rate 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 metrics, such as byte-rate and record-error-rate, are reported by the Kafka producer client for monitoring purposes.
What area does it affect? Kafka producer metrics
What does the default mean? The default value is "byte-rate,byte-total,compression-rate,record-error-rate,record-retry-rate,record-send-rate", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring Kafka monitoring or troubleshooting performance issues.

Out of the box property record

Raw metadata from the property record.

Property name hermes.producer.topic.metrics.list
Sys ID 047ab5a143303110fb2883678fb8f28b
Type string
Application Global
Default value byte-rate,byte-total,compression-rate,record-error-rate,record-retry-rate,record-send-rate
Description Kafka producer client topic metric list
Updated 2023-12-19 22:46:45

Sources

Official references and nearby text excerpts where this property appears.