5 references to AddEvent
Aspire.StackExchange.Redis (3)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (3)
169activity.AddEvent(new ActivityEvent("Enqueued", enqueued)); 170activity.AddEvent(new ActivityEvent("Sent", send)); 171activity.AddEvent(new ActivityEvent("ResponseReceived", response));
Stress.ApiService (1)
TraceCreator.cs (1)
105activity.AddEvent(new ActivityEvent($"event-{i}", DateTimeOffset.UtcNow.AddMilliseconds(1), activityTags));
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
603return AddEvent(new ActivityEvent(ExceptionEventName, timestamp, ref exceptionTags));