mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:14:48 -04:00
Add metrics for number of outgoing EDUs, by type (#4695)
This commit is contained in:
parent
a06614bd2a
commit
82ca6d1f9f
3 changed files with 19 additions and 6 deletions
|
@ -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", "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue