diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-20 14:13:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 14:13:14 +0000 |
commit | 82ca6d1f9f43752eeec47dc2d6a4da93cd596f15 (patch) | |
tree | a61400f2b811dd99a3b24c6f05dbb85eae2186c3 /synapse/metrics | |
parent | UPSERT many functionality (#4644) (diff) | |
download | synapse-82ca6d1f9f43752eeec47dc2d6a4da93cd596f15.tar.xz |
Add metrics for number of outgoing EDUs, by type (#4695)
Diffstat (limited to 'synapse/metrics')
-rw-r--r-- | synapse/metrics/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/metrics/__init__.py b/synapse/metrics/__init__.py index 59900aa5d1..ef48984fdd 100644 --- a/synapse/metrics/__init__.py +++ b/synapse/metrics/__init__.py @@ -274,8 +274,6 @@ pending_calls_metric = Histogram( # Federation Metrics # -sent_edus_counter = Counter("synapse_federation_client_sent_edus", "") - sent_transactions_counter = Counter("synapse_federation_client_sent_transactions", "") events_processed_counter = Counter("synapse_federation_client_events_processed", "") |