22 instantiations of 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
();
20 references to ActivityTagsCollection
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
201
var
tags = new ActivityTagsCollection
Aspire.Hosting (2)
Diagnostics\ProfilingTelemetry.cs (2)
1099
var
tags = new ActivityTagsCollection
1139
var
tags = new ActivityTagsCollection
dotnet (1)
Telemetry\TelemetryClient.cs (1)
368
private static
ActivityTagsCollection
MakeTags(IDictionary<string, string?> eventProperties)
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Telemetry\TelemetryClient.cs (1)
368
private static
ActivityTagsCollection
MakeTags(IDictionary<string, string?> eventProperties)
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 (8)
System\Diagnostics\Activity.cs (1)
1191
ActivityTagsCollection
? samplerTags, ActivitySamplingResult request, bool startIt, ActivityIdFormat idFormat, string? traceState)
System\Diagnostics\ActivityCreationOptions.cs (3)
14
private readonly
ActivityTagsCollection
? _samplerTags;
115
public
ActivityTagsCollection
SamplingTags
178
internal
ActivityTagsCollection
? GetSamplingTags() => _samplerTags;
System\Diagnostics\ActivityEvent.cs (1)
32
public ActivityEvent(string name, DateTimeOffset timestamp = default,
ActivityTagsCollection
? tags = null) : this(name, timestamp, tags, tags is null ? 0 : tags.Count) { }
System\Diagnostics\ActivityLink.cs (1)
25
public ActivityLink(ActivityContext context,
ActivityTagsCollection
? tags = null)
System\Diagnostics\ActivitySource.cs (2)
243
ActivityTagsCollection
? samplerTags;
307
ActivityTagsCollection
? atc = acoContext.GetSamplingTags();