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 the metrics that are summarized for Kafka consumer clients, impacting performance monitoring and analysis. |
| What area does it affect? |
Kafka consumer metrics |
| What does the default mean? |
The default value is "bytes-consumed-rate,bytes-consumed-total,fetch-rate,fetch-size-avg,records-consumed-rate,fetch-latency-avg,fetch-throttle-time-avg,fetch-throttle-time-max,records-lag-max", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring monitoring for Kafka consumers or adjusting performance metrics. |
Out of the box property record
Raw metadata from the property record.
| Property name |
hermes.consumer.metrics.list |
| Sys ID |
1f960bd043133110fb2883678fb8f23b |
| Type |
string |
| Application |
Global |
| Default value |
bytes-consumed-rate,bytes-consumed-total,fetch-rate,fetch-size-avg,records-consumed-rate,fetch-latency-avg,fetch-throttle-time-avg,fetch-throttle-time-max,records-lag-max |
| Description |
Kafka consumer client summar metric list |
| Updated |
2023-12-19 22:48:32 |
Related properties