COMMITS
/ tests/test_sampler.py January 13, 2020
B
default rate limit of 100, always set span.sampled = True
brettlangdon committed
January 8, 2020
B
core: default to DatadogSampler
brettlangdon committed
December 20, 2019
B
core: fix new sampler defaults and add env variables to configure (#1166)
Brett Langdon committed
December 11, 2019
B
core: Change DatadogSampler defaults (#1151)
Brett Langdon committed
November 12, 2019
J
Add flake8-logging-format
Julien Danjou committed
J
flake8: ignore no error
Julien Danjou committed
October 17, 2019
B
[core] Always set rate limit metric (#1060)
Brett Langdon committed
September 25, 2019
B
[core] Ensure we cast sample rate to a float (#1072)
Brett Langdon committed
September 11, 2019
B
[core] Add new DatadogSampler (#1020)
Brett Langdon committed
June 7, 2019
J
sampler: rewrite RateByServiceSampler without using Lock
Julien Danjou committed
May 20, 2019
T
Increase deviation for sampler by service test (#948)
Tahir H. Butt committed
T
[tests] fix brittle deviation test for tracer (#945)
Tahir H. Butt committed
April 16, 2019
K
[dev/tooling] Enforce single quote strings (#884)
Kyle Verhoog committed
December 12, 2018
B
[core] Enable priority sampling by default (#774)
Brett Langdon committed
November 30, 2018
B
[tests] run flake8 on all test files (#745)
Brett Langdon committed
October 26, 2017
B
Move sampling priority fully to the context
Benjamin Fernandes committed
October 19, 2017
C
[distributed sampling] code refactoring
Christian Mauduit (DataDog) committed
October 18, 2017
C
[distributed sampling] moving parsing to API
Christian Mauduit (DataDog) committed
C
[distributed sampling] refactored service/env key management
Christian Mauduit (DataDog) committed
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
November 3, 2016
M
sampler: shorter tests
Matt Perpick committed
September 27, 2016
B
Update RateSampler to be compatible with the new logic
Benjamin Fernandes committed
B
Remove dead weight attribute
Benjamin Fernandes committed
August 10, 2016
M
flake8: ensure passing on ddtrace
Matt Perpick committed
July 27, 2016
B
Add Tracer.configure as the single way to configure the Tracer
Benjamin Fernandes committed
July 8, 2016
B
Make properly ThroughtputSampler threadsafe
Benjamin Fernandes committed
B
Make ThroughtputSampler threadsafe
Benjamin Fernandes committed
July 7, 2016
B
Used fixed-size buffer from Throughput sampler
Benjamin Fernandes committed
July 6, 2016
B
Fix throughtput sampler tests to be reliable
Benjamin Fernandes committed
B
Simplify Tracer.sampler interface, cleanup code
Benjamin Fernandes committed
B
Add more throughput sampler tests
Benjamin Fernandes committed
B
Add long test for Throughput sampler, fix thanks to it
Benjamin Fernandes committed
B
Mock time.time for our sampler tests
Benjamin Fernandes committed
B
Implement an initial ThroughputSampler
Benjamin Fernandes committed