31 instantiations of ActivityEvent
aspire (7)
Aspire.Hosting (10)
Diagnostics\ProfilingTelemetry.cs (10)
779activity?.AddEvent(new ActivityEvent(Events.DcpServiceAddressAllocated, tags: new ActivityTagsCollection
787activity?.AddEvent(new ActivityEvent(Events.DcpServiceAddressAllocationFailed, tags: new ActivityTagsCollection
806activity.AddEvent(new ActivityEvent(startupEvent.Name, startupEvent.Timestamp));
816activity?.AddEvent(new ActivityEvent(Events.KubernetesApiRetry, tags: new ActivityTagsCollection
839activity?.AddEvent(new ActivityEvent(Events.ResourceWaitCancelled, tags: new ActivityTagsCollection
897activity?.AddEvent(new ActivityEvent(Events.KubernetesClientReady, tags: new ActivityTagsCollection
1010activity.AddEvent(new ActivityEvent(Events.Exception, tags: new ActivityTagsCollection
1089private void AddEvent(string name) => activity?.AddEvent(new ActivityEvent(name));
1124activity.AddEvent(new ActivityEvent(eventName, tags: tags));
1170activity.AddEvent(new ActivityEvent(eventName, timestamp, tags));
Aspire.Hosting.RemoteHost (3)
Aspire.StackExchange.Redis (3)
dotnet-aot (1)
Stress.ApiService (6)
System.Diagnostics.DiagnosticSource (1)
38 references to ActivityEvent
Aspire.Cli.Tests (3)
Aspire.StackExchange.Redis (1)
dotnet-aot (1)
Microsoft.DotNet.Cli.Telemetry (5)
System.Diagnostics.DiagnosticSource (28)