Add metrics for number of outgoing EDUs, by type (#4695)

This commit is contained in:
Richard van der Hoff 2019-02-20 14:13:14 +00:00 committed by GitHub
parent a06614bd2a
commit 82ca6d1f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 6 deletions

View file

@ -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", "")