Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
Low
-
Low Hanging Fruit
Description
The Cassandra metrics for hint delays are not correctly referred on the documentation web page: http://cassandra.apache.org/doc/latest/operating/metrics.html#hintsservice-metrics
The metrics are defined in the code as 'Hint_delays' and 'Hint_delays-<ip_of_peer>' but those are listed on the website as 'Hints_delays' and 'Hints_delays-<PeerIP>'.
The documentation should be fixed by removing the extra 's' in Hints to match it with code.
The Jira for adding hint_delays: CASSANDRA-13234
Attachments
Attachments
Issue Links
- is part of
-
CASSANDRA-13234 Add histogram for delay to deliver hints
- Resolved