mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 00:26:06 -04:00
Add more granular event send metrics
This commit is contained in:
parent
3033261891
commit
3e5a62ecd8
7 changed files with 32 additions and 5 deletions
|
@ -50,6 +50,7 @@ class EventContext(object):
|
|||
"prev_group",
|
||||
"delta_ids",
|
||||
"prev_state_events",
|
||||
"app_service",
|
||||
]
|
||||
|
||||
def __init__(self):
|
||||
|
@ -68,3 +69,5 @@ class EventContext(object):
|
|||
self.delta_ids = None
|
||||
|
||||
self.prev_state_events = None
|
||||
|
||||
self.app_service = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue