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