COMMITS
/ tests/test_integration.py February 19, 2020
J
Support msgpack 1.0.0 (#1216)
Julien Danjou committed
February 13, 2020
J
refactor(encoding): simplify msgpack/json encoders
Julien Danjou committed
February 12, 2020
T
core: unvendor msgpack (#1199)
Tahir H. Butt committed
November 25, 2019
T
core: deprecate unused app type (#1144)
Tahir H. Butt committed
October 23, 2019
J
Replace time.time by monotonic clock
Julien Danjou committed
October 2, 2019
R
[core] Add HTTPS support (#1055)
raylu committed
July 9, 2019
J
writer: merge Writer and Worker
Julien Danjou committed
July 8, 2019
J
writer: tag as private, remove unused service_queue kwarg
Julien Danjou committed
August 7, 2019
B
[core] Parse and send container id with payloads to the agent (#1007)
Brett Langdon committed
June 24, 2019
J
API: add Unix Domain Socket connection support
Julien Danjou committed
May 31, 2019
J
writer: refactor logging
Julien Danjou committed
May 17, 2019
J
payload: raise PayloadFull on full payload
Julien Danjou committed
April 19, 2019
J
[writer] Enhance Q implementation with a wait based one (#862)
Julien Danjou committed
April 16, 2019
B
[core] Vendor msgpack dependency (#848)
Brett Langdon committed
K
[dev/tooling] Enforce single quote strings (#884)
Kyle Verhoog committed
April 2, 2019
J
[testing] Remove nose usage
Julien Danjou committed
February 6, 2019
B
[core] Remove sending of service info (#811)
Brett Langdon committed
January 29, 2019
B
Release 0.20.2 (#804)
Brett Langdon 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
November 29, 2018
K
[tests] api call_count should be 1 for the trace
kyle-verhoog committed
November 27, 2018
K
[tests] ensure api is not called
kyle-verhoog committed
November 26, 2018
K
[core] replace set_service_info, remove integration test
kyle-verhoog committed
October 11, 2018
B
[tests] Skip flaky TestWorkers.test_worker_multiple_traces test case (#643)
Brett Langdon committed
August 6, 2018
K
[core/api] Enable buffering on getresponse (#527)
Kyle Verhoog committed
February 16, 2018
E
[core] in case of a failed msgpack loading, ensures the tracer will not have issues during the encoding
Emanuele Palazzetti committed
January 3, 2018
C
[tracer] minor lint in test
Christian Mauduit (DataDog) committed
December 27, 2017
C
[tracer] keep hostname and port when calling configure()
Christian Mauduit (DataDog) committed
October 19, 2017
C
[distributed sampling] code refactoring
Christian Mauduit (DataDog) committed
August 3, 2017
C
[distributed sampling] Introduced priority sampler.
Christian Mauduit (DataDog) committed
July 27, 2017
G
Add language and extra metadata as headers (#289)
gabsn committed
July 19, 2017
B
Renamed processing pipeline into filters
Bertrand Mermet committed
July 6, 2017
B
Fixed silly errors
Bertrand Mermet committed
July 4, 2017
B
Add a processing pipeline to AsyncWorker
Bertrand Mermet committed
May 1, 2017
E
[presampler] check that "X-Datadog-Trace-Count" header is sent
Emanuele Palazzetti committed
E
[presampler] fix FlawedAPI signature
Emanuele Palazzetti committed
March 29, 2017
R
logging agent http request errors
Raphael Gavache committed
March 16, 2017
R
Boto / Botocore integration (#209)
Raphael Gavache committed
March 3, 2017
E
[core] drop legacy port 7777 in favor of 8126
Emanuele Palazzetti committed
February 21, 2017
E
[core] fix workers threading tests
Emanuele Palazzetti committed
February 17, 2017
R
Parallelize tox tests (#184)
Raphael Gavache committed
February 16, 2017
E
[core] add test integration for boolean error value
Emanuele Palazzetti committed
November 28, 2016
E
[ci] add integration tests for the downgrade behavior
Emanuele Palazzetti committed
E
[encoder] downgrade the communication format and API, if the new endpoint is not available
Emanuele Palazzetti committed
E
[encoder] msgpack is enabled by deafult; using the v0.3 API
Emanuele Palazzetti committed
November 22, 2016
E
[decoder] using utf-8 decoder in tests for python 3 checks
Emanuele Palazzetti committed
E
[api] using trace agent API v0.2
Emanuele Palazzetti committed
E
[encoder] encoder and headers can be injected in the API transport; headers can be updated by users
Emanuele Palazzetti committed
E
[encoder] integration tests for both JSON and Msgpack
Emanuele Palazzetti committed
E
[encoder] add Msgpack encoder test; updated integration tests
Emanuele Palazzetti committed