COMMITS
/ tests/test_context.py November 12, 2019
J
Enable flake8-rst-docstrings
Julien Danjou committed
August 29, 2019
J
tracer: remove debug_logging option
Julien Danjou committed
September 13, 2019
J
span: expose finished attribute
Julien Danjou committed
August 20, 2019
T
Add support for contextvars to tracer in py37 (#990)
Tahir H. Butt 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
April 2, 2019
J
[testing] Remove nose usage
Julien Danjou committed
February 21, 2019
B
Propagate x-datadog-origin (#821)
Benjamin Toueg committed
November 30, 2018
B
[tests] run flake8 on all test files (#745)
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
January 19, 2018
C
[dual sampling] support -1 as a priority sampling value (#391)
Christian Mauduit committed
October 26, 2017
B
Move sampling priority fully to the context
Benjamin Fernandes committed
August 3, 2017
C
[distributed sampling] Introduced priority sampler.
Christian Mauduit (DataDog) 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] removing clear_current_span() from the API
Emanuele Palazzetti committed
E
[core] add Context and ThreadLocalContext tests
Emanuele Palazzetti committed