3 writes to TimeUnixNano
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
232
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!,
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
428
TimeUnixNano
= timeUnixNano,
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)
83
Assert.Equal(OtlpHelpers.DateTimeToUnixNanoseconds(s_testTime), logRecord.
TimeUnixNano
);