[ 
https://issues.apache.org/jira/browse/CASSANDRA-12747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266449#comment-16266449
 ] 

Alain RODRIGUEZ commented on CASSANDRA-12747:
---------------------------------------------

[~j.casares] has taken care of this change indeed. We forgot to update this 
ticket. Docs pages need indeed to be regenerated still.

FTR: 
https://github.com/apache/cassandra/commit/d46c1f3eaa0fe9b6662eb4063f9118ad57b3029e#diff-50d7ae6f465a8a7ccdddebf2815ea04

> Fix monitoring documentation about DroppedMessage metric
> --------------------------------------------------------
>
>                 Key: CASSANDRA-12747
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12747
>             Project: Cassandra
>          Issue Type: Task
>          Components: Documentation and Website
>            Reporter: Alain RODRIGUEZ
>            Priority: Minor
>
> I am currently using the new documentation about monitoring (thanks [~tjake], 
> it is very useful), I noticed that there is an error about DroppedMessage 
> metric: 
> http://cassandra.apache.org/doc/latest/operating/metrics.html?highlight=metrics#droppedmessage-metrics
> {noformat}
> Metric Name: org.apache.cassandra.metrics.DroppedMessages.<MetricName>.<Type>
> JMX MBean: org.apache.cassandra.metrics:type=DroppedMetrics scope=<Type> 
> name=<MetricName>
> {noformat}
> I believe it should be as follow instead:
> {noformat}
> Metric Name: org.apache.cassandra.metrics.DroppedMessage.<MetricName>.<Type>
> JMX MBean: org.apache.cassandra.metrics:type=DroppedMessage scope=<Type> 
> name=<MetricName>
> {noformat}
> So DroppedMessage without the 's' in the first line and 'DroppedMessage' 
> instead of 'DroppedMetrics' in the second one.
> I am not sure on how to fix it by myself. Also since the documentation is 
> living alongside the Cassandra code, what versions should I apply this fix 
> to? 
> Any guidelines on the contribution process would allow me to directly propose 
> PR for next small errors I might find while doing my current work.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to