mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 12:21:49 -05:00
Fix more b'abcd' noise in metrics
This commit is contained in:
parent
0cb7afff35
commit
ac80cb08fe
2 changed files with 12 additions and 12 deletions
|
|
@ -288,7 +288,7 @@ class SynapseRequest(Request):
|
|||
)
|
||||
|
||||
try:
|
||||
self.request_metrics.stop(self.finish_time, self)
|
||||
self.request_metrics.stop(self.finish_time, self.code, self.sentLength)
|
||||
except Exception as e:
|
||||
logger.warn("Failed to stop metrics: %r", e)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue