summaryrefslogtreecommitdiff
path: root/src/global_changes/priv/stats_descriptions.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/global_changes/priv/stats_descriptions.cfg')
-rw-r--r--src/global_changes/priv/stats_descriptions.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/global_changes/priv/stats_descriptions.cfg b/src/global_changes/priv/stats_descriptions.cfg
deleted file mode 100644
index beb524895..000000000
--- a/src/global_changes/priv/stats_descriptions.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-{[global_changes, db_writes], [
- {type, counter},
- {desc, <<"number of db writes performed by global changes">>}
-]}.
-{[global_changes, event_doc_conflict], [
- {type, counter},
- {desc, <<"number of conflicted event docs encountered by global changes">>}
-]}.
-{[global_changes, listener_pending_updates], [
- {type, gauge},
- {desc, <<"number of global changes updates pending writes in global_changes_listener">>}
-]}.
-{[global_changes, rpcs], [
- {type, counter},
- {desc, <<"number of rpc operations performed by global_changes">>}
-]}.
-{[global_changes, server_pending_updates], [
- {type, gauge},
- {desc, <<"number of global changes updates pending writes in global_changes_server">>}
-]}.