You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Kurt Greaves (JIRA)" <ji...@apache.org> on 2017/11/27 02:28:00 UTC

[jira] [Resolved] (CASSANDRA-12747) Fix monitoring documentation about DroppedMessage metric

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

Kurt Greaves resolved CASSANDRA-12747.
--------------------------------------
    Resolution: Fixed

> 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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org