6 writes to StartTimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3885
StartTimeUnixNano
= other.StartTimeUnixNano;
3993
StartTimeUnixNano
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
551
dataPoint.
StartTimeUnixNano
= json.StartTimeUnixNano.Value;
Aspire.Dashboard.Tests (3)
ChartDataCalculatorTests.cs (3)
307
StartTimeUnixNano
= 0,
379
StartTimeUnixNano
= ToNanos(start),
398
StartTimeUnixNano
= 0,
11 references to StartTimeUnixNano
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3716
if (
StartTimeUnixNano
!= other.
StartTimeUnixNano
) return false;
3734
if (
StartTimeUnixNano
!= 0UL) hash ^=
StartTimeUnixNano
.GetHashCode();
3804
if (
StartTimeUnixNano
!= 0UL) {
3806
output.WriteFixed64(
StartTimeUnixNano
);
3847
if (
StartTimeUnixNano
!= 0UL) {
3884
if (other.
StartTimeUnixNano
!= 0UL) {
3885
StartTimeUnixNano = other.
StartTimeUnixNano
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
83
var start = OtlpHelpers.UnixNanoSecondsToDateTime(h.
StartTimeUnixNano
);
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
286
var start = OtlpHelpers.UnixNanoSecondsToDateTime(point.
StartTimeUnixNano
);