10 references to UnixNanoSecondsToDateTime
Aspire.Dashboard (9)
Otlp\Model\MetricValues\DimensionScope.cs (5)
34
var start = OtlpHelpers.
UnixNanoSecondsToDateTime
(d.StartTimeUnixNano);
35
var end = OtlpHelpers.
UnixNanoSecondsToDateTime
(d.TimeUnixNano);
82
var start = OtlpHelpers.
UnixNanoSecondsToDateTime
(h.StartTimeUnixNano);
83
var end = OtlpHelpers.
UnixNanoSecondsToDateTime
(h.TimeUnixNano);
124
var start = OtlpHelpers.
UnixNanoSecondsToDateTime
(exemplar.TimeUnixNano);
Otlp\Model\OtlpLogEntry.cs (1)
29
TimeStamp = OtlpHelpers.
UnixNanoSecondsToDateTime
(record.TimeUnixNano);
Otlp\Storage\TelemetryRepository.cs (3)
1006
StartTime = OtlpHelpers.
UnixNanoSecondsToDateTime
(span.StartTimeUnixNano),
1007
EndTime = OtlpHelpers.
UnixNanoSecondsToDateTime
(span.EndTimeUnixNano),
1023
Time = OtlpHelpers.
UnixNanoSecondsToDateTime
(e.TimeUnixNano),
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
310
var end = OtlpHelpers.
UnixNanoSecondsToDateTime
(nanoSeconds);