8 references to SetEndTime
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (1)
96
activity.
SetEndTime
(command.CommandCreated + command.ElapsedTime);
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
477
activity.
SetEndTime
(DateTime.UtcNow);
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Activity.cs (4)
206
/// If the Activity has ended (<see cref="Stop"/> or <see cref="
SetEndTime
"/> was called) then this is the delta
207
/// between <see cref="StartTimeUtc"/> and end. If Activity is not ended and <see cref="
SetEndTime
"/> was not called then this is
847
/// <seealso cref="
SetEndTime
(DateTime)"/>
862
SetEndTime
(GetUtcNow());
System\Diagnostics\DiagnosticSourceActivity.cs (1)
58
activity.
SetEndTime
(Activity.GetUtcNow());
System.Net.Http (1)
System\Net\Http\DiagnosticsHandler.cs (1)
196
activity.
SetEndTime
(DateTime.UtcNow);