You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2021/04/30 16:53:30 UTC

[couchdb] branch remove-stats-definitions created (now 00f87d3)

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

iilyak pushed a change to branch remove-stats-definitions
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 00f87d3  We don't have any couch_stats metrics in fabric

This branch includes the following new commits:

     new 00f87d3  We don't have any couch_stats metrics in fabric

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb] 01/01: We don't have any couch_stats metrics in fabric

Posted by ii...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iilyak pushed a commit to branch remove-stats-definitions
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 00f87d303c7433de3a6a8a2ad38216e541b2fad8
Author: ILYA Khlopotov <ii...@apache.org>
AuthorDate: Fri Apr 30 09:52:59 2021 -0700

    We don't have any couch_stats metrics in fabric
---
 src/fabric/priv/stats_descriptions.cfg | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/src/fabric/priv/stats_descriptions.cfg b/src/fabric/priv/stats_descriptions.cfg
deleted file mode 100644
index d12aa0c..0000000
--- a/src/fabric/priv/stats_descriptions.cfg
+++ /dev/null
@@ -1,28 +0,0 @@
-{[fabric, worker, timeouts], [
-    {type, counter},
-    {desc, <<"number of worker timeouts">>}
-]}.
-{[fabric, open_shard, timeouts], [
-    {type, counter},
-    {desc, <<"number of open shard timeouts">>}
-]}.
-{[fabric, read_repairs, success], [
-    {type, counter},
-    {desc, <<"number of successful read repair operations">>}
-]}.
-{[fabric, read_repairs, failure], [
-    {type, counter},
-    {desc, <<"number of failed read repair operations">>}
-]}.
-{[fabric, doc_update, errors], [
-    {type, counter},
-    {desc, <<"number of document update errors">>}
-]}.
-{[fabric, doc_update, mismatched_errors], [
-    {type, counter},
-    {desc, <<"number of document update errors with multiple error types">>}
-]}.
-{[fabric, doc_update, write_quorum_errors], [
-    {type, counter},
-    {desc, <<"number of write quorum errors">>}
-]}.