File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -627,12 +627,14 @@ public class AgentKnobs
627627 new RuntimeKnobSource ( "AGENT_DISABLE_DRAIN_QUEUES_AFTER_TASK" ) ,
628628 new EnvironmentKnobSource ( "AGENT_DISABLE_DRAIN_QUEUES_AFTER_TASK" ) ,
629629 new BuiltInDefaultKnobSource ( "false" ) ) ;
630+
630631 public static readonly Knob EnableImmediateTimelineRecordUpdates = new Knob (
631632 nameof ( EnableImmediateTimelineRecordUpdates ) ,
632633 "If true, timeline record updates will be sent immediately to the server instead of being queued" ,
633634 new RuntimeKnobSource ( "AGENT_ENABLE_IMMEDIATE_TIMELINE_RECORD_UPDATES" ) ,
634635 new EnvironmentKnobSource ( "AGENT_ENABLE_IMMEDIATE_TIMELINE_RECORD_UPDATES" ) ,
635636 new BuiltInDefaultKnobSource ( "false" ) ) ;
637+
636638 public static readonly Knob EnableResourceMonitorDebugOutput = new Knob (
637639 nameof ( EnableResourceMonitorDebugOutput ) ,
638640 "If true, the agent will show the resource monitor output for debug runs" ,
You can’t perform that action at this time.
0 commit comments