COMMITS
/ ddtrace/context.py February 14, 2020
B
utils: Update get_env to support any number of parts (#1208)
Brett Langdon committed
August 29, 2019
J
tracer: remove debug_logging option
Julien Danjou committed
September 13, 2019
J
span: expose finished attribute
Julien Danjou committed
September 3, 2019
J
span: remove tracer property function
Julien Danjou committed
August 20, 2019
T
Add support for contextvars to tracer in py37 (#990)
Tahir H. Butt committed
July 22, 2019
J
context: count the number of closed spans
Julien Danjou committed
J
context: only try to find unfinished_spans if we're debugging
Julien Danjou committed
June 12, 2019
J
context: determine if context is sampled based on traces
Julien Danjou committed
June 13, 2019
J
context: don't count finished spans
Julien Danjou committed
May 15, 2019
B
[core] Add config to set hostname tag on trace root span (#938)
Brett Langdon committed
March 1, 2019
B
[internal] Add rate limited logger (#822)
Brett Langdon committed
February 21, 2019
B
Propagate x-datadog-origin (#821)
Benjamin Toueg committed
February 1, 2019
B
[core] Allow futures to skip creating new context if one doesn't exist (#806)
Brett Langdon committed
November 7, 2018
B
[core] initial support for partial flushes (#668)
Brett Langdon committed
October 4, 2018
K
[core] add Tracer API to retrieve the root Span (#625)
Kyle Verhoog committed
May 7, 2018
Q
[contrib/gevent] pass sampling_priority (#457)
Quentin Madec committed
October 31, 2017
E
[tornado] propagate all Context attributes
Emanuele Palazzetti committed
October 26, 2017
B
Attach priority to context root span
Benjamin Fernandes committed
B
Move sampling priority fully to the context
Benjamin Fernandes committed
B
Introduce context properties and HTTP propagator
Benjamin Fernandes committed
October 18, 2017
C
[distributed sampling] removed getter/setter on priority sampling
Christian Mauduit (DataDog) committed
August 3, 2017
C
[distributed sampling] Introduced priority sampler.
Christian Mauduit (DataDog) committed
June 30, 2017
E
[core] Context object accepts a sampled kwarg
Emanuele Palazzetti committed
A
[asyncio] add context propagation for task chaining (#260)
Alexander Mohr committed
March 3, 2017
E
[core] don't log unfinished traces if they're properly closed
Emanuele Palazzetti committed
E
[core] print the list of unfinished spans if the debug_logging is activated
Emanuele Palazzetti committed
February 13, 2017
E
[core] provide plain function to start a root span, a child and a child from a context
Emanuele Palazzetti committed
February 8, 2017
E
[core] add set() Context for the current Thread
Emanuele Palazzetti committed
February 7, 2017
E
[core] make the Context really thread-safe; simplify Tracer.record()
Emanuele Palazzetti committed
February 6, 2017
E
[core] add docstrings for Context class
Emanuele Palazzetti committed
E
[core] removing clear_current_span() from the API
Emanuele Palazzetti committed
E
[tracer] using ThreadLocalContext for synchronous code
Emanuele Palazzetti committed
January 27, 2017
E
[async] provide AsyncTracer for asyncio (experimental) support
Emanuele Palazzetti committed
E
E
[async] generic Context that can be used for synchronous code
Emanuele Palazzetti committed
E
[async] Context class warning
Emanuele Palazzetti committed
January 12, 2017
N
add base context to the current tracing system
Nicolas Martyanoff committed