You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enable sidecar by default, only when telemetry is enabled
* Manually set sidecar config to false
Signed-off-by: Bob Weinand <[email protected]>
* minor comments in the tests
* add a test to make sure sidecar is enabled by default in 8.3
* Delay bgs initialization until sidecar sender status is finalized
Signed-off-by: Bob Weinand <[email protected]>
* Fix crash
Signed-off-by: Bob Weinand <[email protected]>
* Add telemetry for telemetry disabled
Signed-off-by: Bob Weinand <[email protected]>
* Fix mem leak
Signed-off-by: Bob Weinand <[email protected]>
* Hack to massage sidecar v0.7 into what is expected by tests
Signed-off-by: Bob Weinand <[email protected]>
* Fix telemetry path
Signed-off-by: Bob Weinand <[email protected]>
* More test stability
Signed-off-by: Bob Weinand <[email protected]>
* Fix header name
* Update libdatadog
* Test fixes
Signed-off-by: Bob Weinand <[email protected]>
* In the agent sampling test, telemetry conflicts with sidecar
Manually set sidecar sender config.
Signed-off-by: Bob Weinand <[email protected]>
* Avoid parseMultipleRequestsFromDumpedData with sidecar
* Skip valgrind test
Signed-off-by: Bob Weinand <[email protected]>
* Turn sidecar sender off in valgrind tests because of false positives
Signed-off-by: Bob Weinand <[email protected]>
---------
Signed-off-by: Bob Weinand <[email protected]>
Co-authored-by: Bob Weinand <[email protected]>
Co-authored-by: Björn Antonsson <[email protected]>
Co-authored-by: Luc Vieillescazes <[email protected]>
if (get_DD_TRACE_AGENT_FLUSH_INTERVAL() ==DD_TRACE_AGENT_FLUSH_INTERVAL_VAL) {
430
+
// Set the default to 5000 so that BGS does not flush too often. The sidecar can flush more often, but the BGS is per process. Keep it higher to avoid too much load on the agent.
if (get_DD_TRACE_AGENT_FLUSH_INTERVAL() ==DD_TRACE_AGENT_FLUSH_INTERVAL_VAL) {
1210
-
// Set the default to 5000 so that BGS does not flush too often. The sidecar can flush more often, but the BGS is per process. Keep it higher to avoid too much load on the agent.
0 commit comments