Skip to content

Commit

Permalink
Ninja fix a few possible metrics.rst doc bugs
Browse files Browse the repository at this point in the history
Closes #159

Patch by Joaquin Casares; Reviewed by Chris Lohfink
  • Loading branch information
joaquincasares authored and jeffjirsa committed Oct 6, 2017
1 parent 9663c00 commit d46c1f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/operating/metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d46c1f3

Please sign in to comment.