You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Anup Shirolkar (JIRA)" <ji...@apache.org> on 2019/02/07 22:29:00 UTC

[jira] [Updated] (CASSANDRA-15015) Cassandra metrics documentation is not correct for Hint_delays metric

     [ https://issues.apache.org/jira/browse/CASSANDRA-15015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anup Shirolkar updated CASSANDRA-15015:
---------------------------------------
    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|https://github.com/apache/cassandra/blob/06209037ea56b5a2a49615a99f1542d6ea1b2947/src/java/org/apache/cassandra/metrics/HintsServiceMetrics.java#L45-L52] 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 

  was:
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|https://github.com/apache/cassandra/blob/06209037ea56b5a2a49615a99f1542d6ea1b2947/src/java/org/apache/cassandra/metrics/HintsServiceMetrics.java#L45-L52] 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.


> Cassandra metrics documentation is not correct for Hint_delays metric
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-15015
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15015
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Documentation/Blog
>            Reporter: Anup Shirolkar
>            Priority: Minor
>              Labels: documentation, easyfix
>
> 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|https://github.com/apache/cassandra/blob/06209037ea56b5a2a49615a99f1542d6ea1b2947/src/java/org/apache/cassandra/metrics/HintsServiceMetrics.java#L45-L52] 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 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org