1 implementation of SetTag
Microsoft.Build.Framework (1)
Telemetry\DiagnosticActivity.cs (1)
38public IActivity SetTag(string key, object? value)
31 references to SetTag
MSBuild.Coordinator (31)
CoordinatorTelemetry.cs (31)
45?.SetTag(ConnectionIdTag, grant.ConnectionId) 46.SetTag(GrantIdTag, grant.GrantId) 47.SetTag(IsNestedTag, grant.IsNested) 48.SetTag(ProcessIdTag, grant.ProcessId) 49.SetTag(NodesRequestedTag, grant.RequestedNodes) 50.SetTag(NodesGrantedTag, grant.GrantedNodes) 51.SetTag(QueueDepthTag, queueDepth) 52.SetTag(ActiveBuildsTag, activeBuilds) 53.SetTag(AllocatedNodesTag, allocatedNodes); 62?.SetTag(ConnectionIdTag, grant.ConnectionId) 63.SetTag(GrantIdTag, grant.GrantId) 64.SetTag(IsNestedTag, grant.IsNested) 65.SetTag(ProcessIdTag, grant.ProcessId) 66.SetTag(NodesRequestedTag, grant.RequestedNodes) 67.SetTag(QueueDepthTag, queueDepth); 76?.SetTag(ConnectionIdTag, grant.ConnectionId) 77.SetTag(GrantIdTag, grant.GrantId) 78.SetTag(IsNestedTag, grant.IsNested) 79.SetTag(ProcessIdTag, grant.ProcessId) 80.SetTag(NodesGrantedTag, grant.GrantedNodes) 81.SetTag(QueueDepthTag, queueDepth) 82.SetTag(ActiveBuildsTag, activeBuilds) 83.SetTag(AllocatedNodesTag, allocatedNodes); 92?.SetTag(ConnectionIdTag, grant.ConnectionId) 93.SetTag(GrantIdTag, grant.GrantId) 94.SetTag(IsNestedTag, grant.IsNested) 95.SetTag(ProcessIdTag, grant.ProcessId) 96.SetTag(NodesReleasedTag, grant.GrantedNodes) 97.SetTag(QueueDepthTag, queueDepth) 98.SetTag(ActiveBuildsTag, activeBuilds) 99.SetTag(AllocatedNodesTag, allocatedNodes);