5 references to ActivityEvent
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\ActivityEvent.cs (1)
21public ActivityEvent(string name) : this(name, DateTimeOffset.UtcNow, tags: null)