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.
Related properties