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 18:14:10 UTC

[couchdb] branch main updated: We don't have any couch_stats metrics in fabric

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

iilyak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 00f87d3  We don't have any couch_stats metrics in fabric
     new b059574  Merge pull request #3538 from cloudant/remove-stats-definitions
00f87d3 is described below

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">>}
-]}.