summary refs log tree commit diff
path: root/synapse/logging/opentracing.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-12Fix opentracing and Prometheus metrics for replication requests (#10996)Sean Quah1-0/+8
2021-10-12Add an approximate difference method to StateFilters (#10825)reivili