8 writes to TimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3888
TimeUnixNano
= other.TimeUnixNano;
3997
TimeUnixNano
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
554
dataPoint.
TimeUnixNano
= json.TimeUnixNano.Value;
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
86
TimeUnixNano
= DateTimeToUnixNanoseconds(startTime)
Aspire.Dashboard.Tests (4)
TelemetryRepositoryTests\MetricsTests.cs (3)
1070
TimeUnixNano
= DateTimeToUnixNanoseconds(s_testTime.AddMinutes(1))
1078
TimeUnixNano
= DateTimeToUnixNanoseconds(s_testTime.AddMinutes(2))
1086
TimeUnixNano
= DateTimeToUnixNanoseconds(s_testTime.AddMinutes(3))
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
86
TimeUnixNano
= DateTimeToUnixNanoseconds(startTime)
10 references to TimeUnixNano
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3717
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
3735
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
3808
if (
TimeUnixNano
!= 0UL) {
3810
output.WriteFixed64(
TimeUnixNano
);
3850
if (
TimeUnixNano
!= 0UL) {
3887
if (other.
TimeUnixNano
!= 0UL) {
3888
TimeUnixNano = other.
TimeUnixNano
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
83
var end = OtlpHelpers.UnixNanoSecondsToDateTime(h.
TimeUnixNano
);