Repository: cassandra Updated Branches: refs/heads/trunk 9663c0093 -> d46c1f3ea
Ninja fix a few possible metrics.rst doc bugs Closes #159 Patch by Joaquin Casares; Reviewed by Chris Lohfink Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d46c1f3e Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d46c1f3e Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d46c1f3e Branch: refs/heads/trunk Commit: d46c1f3eaa0fe9b6662eb4063f9118ad57b3029e Parents: 9663c00 Author: Joaquin Casares <[email protected]> Authored: Wed Oct 4 15:42:05 2017 -0500 Committer: Jeff Jirsa <[email protected]> Committed: Fri Oct 6 09:40:43 2017 -0700 ---------------------------------------------------------------------- doc/source/operating/metrics.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/d46c1f3e/doc/source/operating/metrics.rst ---------------------------------------------------------------------- diff --git a/doc/source/operating/metrics.rst b/doc/source/operating/metrics.rst index 10afc1b..6559b53 100644 --- a/doc/source/operating/metrics.rst +++ b/doc/source/operating/metrics.rst @@ -185,7 +185,7 @@ Reported name format: ``org.apache.cassandra.metrics.ThreadPools.<MetricName>.<Path>.<ThreadPoolName>`` **JMX MBean** - ``org.apache.cassandra.metrics:type=ThreadPools scope=<ThreadPoolName> type=<Type> name=<MetricName>`` + ``org.apache.cassandra.metrics:type=ThreadPools path=<Path> scope=<ThreadPoolName> name=<MetricName>`` ===================== ============== =========== Name Type Description @@ -405,10 +405,10 @@ Dropped writes are stored and retried by ``Hinted Handoff`` Reported name format: **Metric Name** - ``org.apache.cassandra.metrics.DroppedMessages.<MetricName>.<Type>`` + ``org.apache.cassandra.metrics.DroppedMessage.<MetricName>.<Type>`` **JMX MBean** - ``org.apache.cassandra.metrics:type=DroppedMetrics scope=<Type> name=<MetricName>`` + ``org.apache.cassandra.metrics:type=DroppedMessage scope=<Type> name=<MetricName>`` ========================== ============== =========== Name Type Description --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
