Will Berkeley created KUDU-2655:
-----------------------------------
Summary: Add metrics for metadata directory I/O
Key: KUDU-2655
URL: https://issues.apache.org/jira/browse/KUDU-2655
Project: Kudu
Issue Type: Improvement
Components: metrics
Affects Versions: 1.8.0
Reporter: Will Berkeley
Assignee: Will Berkeley
There's good metrics for block manager (data dir) and WAL operations, like
{{block_manager_total_bytes_written}}, {{block_manager_total_bytes_read}},
{{log_bytes_logged }}, and the {{log_append_latency}} histogram. What we are
missing are metrics about the amount of metadata I/O. It'd be nice to add
* metadata_bytes_read
* metadata_bytes_written
* latency histograms for bytes read and bytes written
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)