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 <anup.shirol...@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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to