1 write to Time
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1209
Time
= OtlpHelpers.UnixNanoSecondsToDateTime(e.TimeUnixNano),
2 references to Time
Aspire.Dashboard (2)
Components\Controls\SpanDetails.razor.cs (1)
43
ViewModel.Span.Events.Where(e => e.Name.Contains(_filter, StringComparison.CurrentCultureIgnoreCase)).OrderBy(e => e.
Time
).AsQueryable();
Otlp\Model\OtlpSpanEvent.cs (1)
20
string IPropertyGridItem.Name => DurationFormatter.FormatDuration(
Time
- span.StartTime);