19 writes to StartTimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3261
StartTimeUnixNano
= other.StartTimeUnixNano;
3346
StartTimeUnixNano
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
514
dataPoint.
StartTimeUnixNano
= json.StartTimeUnixNano.Value;
Aspire.Dashboard.Components.Tests (3)
Controls\PlotlyChartTests.cs (1)
81
StartTimeUnixNano
= 0,
Pages\MetricsTests.cs (1)
261
metric.Sum.DataPoints.Single().
StartTimeUnixNano
= 0;
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
117
StartTimeUnixNano
= DateTimeToUnixNanoseconds(startTime),
Aspire.Dashboard.Tests (13)
ChartDataCalculatorTests.cs (11)
107
StartTimeUnixNano
= ToNanos(start),
128
StartTimeUnixNano
= ToNanos(metricStart),
154
StartTimeUnixNano
= ToNanos(start),
161
StartTimeUnixNano
= ToNanos(start),
184
StartTimeUnixNano
= ToNanos(start),
190
StartTimeUnixNano
= ToNanos(start),
216
StartTimeUnixNano
= ToNanos(start),
223
StartTimeUnixNano
= ToNanos(start.AddSeconds(5)),
243
StartTimeUnixNano
= 0,
274
StartTimeUnixNano
= 0,
426
StartTimeUnixNano
= 0,
TelemetryRepositoryTests\MetricsTests.cs (1)
1204
StartTimeUnixNano
= timestamp,
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
117
StartTimeUnixNano
= DateTimeToUnixNanoseconds(startTime),
11 references to StartTimeUnixNano
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3126
if (
StartTimeUnixNano
!= other.
StartTimeUnixNano
) return false;
3141
if (
StartTimeUnixNano
!= 0UL) hash ^=
StartTimeUnixNano
.GetHashCode();
3198
if (
StartTimeUnixNano
!= 0UL) {
3200
output.WriteFixed64(
StartTimeUnixNano
);
3231
if (
StartTimeUnixNano
!= 0UL) {
3260
if (other.
StartTimeUnixNano
!= 0UL) {
3261
StartTimeUnixNano = other.
StartTimeUnixNano
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
35
var start = OtlpHelpers.UnixNanoSecondsToDateTime(d.
StartTimeUnixNano
);
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
212
var start = OtlpHelpers.UnixNanoSecondsToDateTime(point.
StartTimeUnixNano
);