We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30491ab commit b62b727Copy full SHA for b62b727
src/Agent.Sdk/Knob/AgentKnobs.cs
@@ -569,8 +569,7 @@ public class AgentKnobs
569
public static readonly Knob UseNewNodeHandlerTelemetry = new Knob(
570
nameof(UseNewNodeHandlerTelemetry),
571
"Enables new approach to publish node handler information to the telemetry",
572
- new RuntimeKnobSource("AZP_USENEWNODEHANDLERTELEMETRY"),
573
- new EnvironmentKnobSource("AZP_USENEWNODEHANDLERTELEMETRY"),
+ new PipelineFeatureSource("USENEWNODEHANDLERTELEMETRY"),
574
new BuiltInDefaultKnobSource("false"));
575
576
public static readonly Knob ProcessHandlerEnableNewLogic = new Knob(
0 commit comments