You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2019/04/01 09:27:55 UTC

[cassandra] branch trunk updated: Documentation fix for Hint_delays metrics

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e49b25c  Documentation fix for Hint_delays metrics
e49b25c is described below

commit e49b25c29faf7b83fe7c566d7b1657d9f599d750
Author: anupshirolkar <an...@instaclustr.com>
AuthorDate: Thu Feb 21 12:57:41 2019 +1100

    Documentation fix for Hint_delays metrics
    
     patch by Anup Shirolkar; reviewed by Dinesh Joshi and Mick Semb Wever for CASSANDRA-15015
---
 doc/source/operating/metrics.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/operating/metrics.rst b/doc/source/operating/metrics.rst
index 4f61bf2..e87bd5a 100644
--- a/doc/source/operating/metrics.rst
+++ b/doc/source/operating/metrics.rst
@@ -577,8 +577,8 @@ Name                        Type           Description
 HintsSucceeded               Meter          A meter of the hints successfully delivered
 HintsFailed                  Meter          A meter of the hints that failed deliver
 HintsTimedOut                Meter          A meter of the hints that timed out
-Hints_delays                 Histogram      Histogram of hint delivery delays (in milliseconds)
-Hints_delays-<PeerIP>        Histogram      Histogram of hint delivery delays (in milliseconds) per peer
+Hint_delays                 Histogram      Histogram of hint delivery delays (in milliseconds)
+Hint_delays-<PeerIP>        Histogram      Histogram of hint delivery delays (in milliseconds) per peer
 =========================== ============== ===========
 
 SSTable Index Metrics


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