diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-07 17:57:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 17:57:49 +0100 |
commit | b2557cbf42d39fbd8a497a2f859cb45f84539da9 (patch) | |
tree | 1319ad53cd6c90c346c4ce9083486d7123e61f2a /synapse | |
parent | Make link in docs use HTTPS (#10130) (diff) | |
download | synapse-b2557cbf42d39fbd8a497a2f859cb45f84539da9.tar.xz |
opentracing: use a consistent name for background processes (#10135)
... otherwise we tend to get a namespace clash between the bg process and the functions that it calls.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/logging/opentracing.py | 1 | ||||
-rw-r--r-- | synapse/metrics/background_process_metrics.py | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/synapse/logging/opentracing.py b/synapse/logging/opentracing.py |