1 write to TimeStamp
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntry.cs (1)
29
TimeStamp
= OtlpHelpers.UnixNanoSecondsToDateTime(record.TimeUnixNano);
4 references to TimeStamp
Aspire.Dashboard (4)
Model\Otlp\TelemetryFilter.cs (2)
103
case nameof(OtlpLogEntry.
TimeStamp
):
107
return input.Where(x => func(x.
TimeStamp
, date));
Otlp\Storage\TelemetryRepository.cs (2)
337
if (logEntry.
TimeStamp
> _logs[i].
TimeStamp
)