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