summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@apache.org>2021-04-30 09:52:59 -0700
committerILYA Khlopotov <iilyak@apache.org>2021-04-30 09:52:59 -0700
commit00f87d303c7433de3a6a8a2ad38216e541b2fad8 (patch)
tree45157de23051a6ff1d525b0036d174ca1bd803ba
parent51174995e03dc60090126810c7deaaa726b48add (diff)
downloadcouchdb-00f87d303c7433de3a6a8a2ad38216e541b2fad8.tar.gz
We don't have any couch_stats metrics in fabric
-rw-r--r--src/fabric/priv/stats_descriptions.cfg28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/fabric/priv/stats_descriptions.cfg b/src/fabric/priv/stats_descriptions.cfg
deleted file mode 100644
index d12aa0c84..000000000
--- 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">>}
-]}.