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
Allow synchronous sidecar flushes and reduce flush limit (#2689)
* Allow synchronous flushes with the sidecar enabled
Signed-off-by: Bob Weinand <[email protected]>
* Set the sidecar trace force flush limit to 1 MB by default
Signed-off-by: Bob Weinand <[email protected]>
* Increase size limit two 2 MB and rename config
Signed-off-by: Bob Weinand <[email protected]>
* Fix unrelated small crash in dd_untrace trace logs
Signed-off-by: Bob Weinand <[email protected]>
---------
Signed-off-by: Bob Weinand <[email protected]>
if (get_DD_TRACE_AGENT_FLUSH_INTERVAL() ==DD_TRACE_AGENT_FLUSH_INTERVAL_VAL) {
1207
+
// 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