summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriilyak <iilyak@users.noreply.github.com>2021-04-30 11:13:55 -0700
committerGitHub <noreply@github.com>2021-04-30 11:13:55 -0700
commitb0595740890ee94957c538734b088b2d8282f409 (patch)
tree8a225e7922494788819c44b4661c990333aed033
parent720393b4961f0a14742a39304a7f04415aef1aa8 (diff)
parent00f87d303c7433de3a6a8a2ad38216e541b2fad8 (diff)
downloadcouchdb-b0595740890ee94957c538734b088b2d8282f409.tar.gz
Merge pull request #3538 from cloudant/remove-stats-definitions
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">>}
-]}.