diff options
author | iilyak <iilyak@users.noreply.github.com> | 2021-04-30 11:13:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 11:13:55 -0700 |
commit | b0595740890ee94957c538734b088b2d8282f409 (patch) | |
tree | 8a225e7922494788819c44b4661c990333aed033 | |
parent | 720393b4961f0a14742a39304a7f04415aef1aa8 (diff) | |
parent | 00f87d303c7433de3a6a8a2ad38216e541b2fad8 (diff) | |
download | couchdb-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.cfg | 28 |
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">>} -]}. |