Fix persist_events to stop leaking opentracing contexts (#10193)
parent
18edc9ab06
commit
52c60bd0a9
|
@ -0,0 +1 @@
|
|||
Improve OpenTracing for event persistence.
|
|
@ -111,7 +111,7 @@ class _EventPersistQueueItem:
|
|||
backfilled: bool
|
||||
deferred: ObservableDeferred
|
||||
|
||||
parent_opentracing_span_contexts: List = []
|
||||
parent_opentracing_span_contexts: List = attr.ib(factory=list)
|
||||
"""A list of opentracing spans waiting for this batch"""
|
||||
|
||||
opentracing_span_context: Any = None
|
||||
|
|
Loading…
Reference in New Issue