You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dc...@apache.org on 2022/10/19 18:03:01 UTC

[cassandra] branch trunk updated: Add Unavailables metric for CASWrite in the docs

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

dcapwell 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 89e01ea2eb Add Unavailables metric for CASWrite in the docs
89e01ea2eb is described below

commit 89e01ea2eba6f8729a9eed2825a37e3ce691e9b8
Author: Natnael Adere <na...@apple.com>
AuthorDate: Wed Oct 19 11:01:07 2022 -0700

    Add Unavailables metric for CASWrite in the docs
    
    patch by Natnael Adere; reviewed by David Capwell for CASSANDRA-16357
---
 CHANGES.txt                                        | 1 +
 doc/modules/cassandra/pages/operating/metrics.adoc | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index f040d17477..96e30bab5c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 4.2
+ * Add Unavailables metric for CASWrite in the docs (CASSANDRA-16357)
  * Make Cassandra logs able to be viewed in the virtual table system_views.system_logs (CASSANDRA-17946)
  * IllegalArgumentException in Gossiper#order due to concurrent mutations to elements being applied (CASSANDRA-17908)
  * Include estimated active compaction remaining write size when starting a new compaction (CASSANDRA-17931)
diff --git a/doc/modules/cassandra/pages/operating/metrics.adoc b/doc/modules/cassandra/pages/operating/metrics.adoc
index 1eb8156dc2..6ba2b8ae8d 100644
--- a/doc/modules/cassandra/pages/operating/metrics.adoc
+++ b/doc/modules/cassandra/pages/operating/metrics.adoc
@@ -443,6 +443,8 @@ Metrics::
 
   |  |Latency |Transaction write latency.
 
+  |Unavailables |Counter |Number of unavailable exceptions encountered.
+
   |UnfinishedCommit |Counter |Number of transactions that were committed
   on write.
 


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