2 writes to TimeUnixNano
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
195
TimeUnixNano
= OtlpHelpers.DateTimeToUnixNanoseconds(log.TimeStamp),
OtlpJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpLogRecordJson)obj).
TimeUnixNano
= value!,
4 references to TimeUnixNano
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
292
if (json.
TimeUnixNano
.HasValue)
294
logRecord.TimeUnixNano = json.
TimeUnixNano
.Value;
OtlpJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
58
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpLogRecordJson)obj).
TimeUnixNano
,
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
79
Assert.Equal(OtlpHelpers.DateTimeToUnixNanoseconds(s_testTime), logRecord.
TimeUnixNano
);