5 references to ActivityEvent
Aspire.StackExchange.Redis (3)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (3)
169
activity.AddEvent(new
ActivityEvent
("Enqueued", enqueued));
170
activity.AddEvent(new
ActivityEvent
("Sent", send));
171
activity.AddEvent(new
ActivityEvent
("ResponseReceived", response));
Stress.ApiService (1)
TraceCreator.cs (1)
105
activity.AddEvent(new
ActivityEvent
($"event-{i}", DateTimeOffset.UtcNow.AddMilliseconds(1), activityTags));
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\ActivityEvent.cs (1)
21
public ActivityEvent(string name) :
this
(name, DateTimeOffset.UtcNow, tags: null)