22 references to ActivityTagsCollection
aspire (4)
Projects\ProcessGuestLauncher.cs (1)
217
activity.AddEvent(new ActivityEvent(eventName, tags: new
ActivityTagsCollection
Telemetry\AspireCliTelemetry.cs (1)
201
var tags = new
ActivityTagsCollection
Telemetry\ProfilingTelemetry.cs (2)
837
activity?.AddEvent(new ActivityEvent(Events.BackchannelConnectAttempt, tags: new
ActivityTagsCollection
878
activity?.AddEvent(new ActivityEvent(Events.DotNetProcessStarted, tags: new
ActivityTagsCollection
Aspire.Hosting (8)
Diagnostics\ProfilingTelemetry.cs (8)
779
activity?.AddEvent(new ActivityEvent(Events.DcpServiceAddressAllocated, tags: new
ActivityTagsCollection
787
activity?.AddEvent(new ActivityEvent(Events.DcpServiceAddressAllocationFailed, tags: new
ActivityTagsCollection
816
activity?.AddEvent(new ActivityEvent(Events.KubernetesApiRetry, tags: new
ActivityTagsCollection
839
activity?.AddEvent(new ActivityEvent(Events.ResourceWaitCancelled, tags: new
ActivityTagsCollection
897
activity?.AddEvent(new ActivityEvent(Events.KubernetesClientReady, tags: new
ActivityTagsCollection
1010
activity.AddEvent(new ActivityEvent(Events.Exception, tags: new
ActivityTagsCollection
1099
var tags = new
ActivityTagsCollection
1139
var tags = new
ActivityTagsCollection
Aspire.Hosting.RemoteHost (2)
Diagnostics\RemoteHostProfilingTelemetry.cs (2)
369
activity?.AddEvent(new ActivityEvent(Events.JsonRpcClientConnected, tags: new
ActivityTagsCollection
451
activity.AddEvent(new ActivityEvent(Events.Exception, tags: new
ActivityTagsCollection
Stress.ApiService (7)
Program.cs (5)
842
var eval1Tags = new
ActivityTagsCollection
853
var eval2Tags = new
ActivityTagsCollection
863
var eval3Tags = new
ActivityTagsCollection
873
var eval4Tags = new
ActivityTagsCollection
884
var eval5Tags = new
ActivityTagsCollection
TraceCreator.cs (2)
119
var activityTags = new
ActivityTagsCollection
();
137
var activityTags = new
ActivityTagsCollection
();
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\ActivityCreationOptions.cs (1)
122
Unsafe.AsRef(in _samplerTags) = new
ActivityTagsCollection
();