mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 09:22:13 -04:00
Add opentracing spans to calls to external cache (#12380)
This commit is contained in:
parent
3a7e97c7ad
commit
d1cd96ce29
3 changed files with 24 additions and 11 deletions
|
@ -289,6 +289,9 @@ class SynapseTags:
|
|||
# Uniqueish ID of a database transaction
|
||||
DB_TXN_ID = "db.txn_id"
|
||||
|
||||
# The name of the external cache
|
||||
CACHE_NAME = "cache.name"
|
||||
|
||||
|
||||
class SynapseBaggage:
|
||||
FORCE_TRACING = "synapse-force-tracing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue