4 writes to TimeUnixNano
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6173
TimeUnixNano
= other.TimeUnixNano;
6253
TimeUnixNano
= input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
725
exemplar.
TimeUnixNano
= json.TimeUnixNano.Value;
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
530
TimeUnixNano
= DateTimeToUnixNanoseconds(startTime),
11 references to TimeUnixNano
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
6043
if (
TimeUnixNano
!= other.
TimeUnixNano
) return false;
6057
if (
TimeUnixNano
!= 0UL) hash ^=
TimeUnixNano
.GetHashCode();
6112
if (
TimeUnixNano
!= 0UL) {
6114
output.WriteFixed64(
TimeUnixNano
);
6144
if (
TimeUnixNano
!= 0UL) {
6172
if (other.
TimeUnixNano
!= 0UL) {
6173
TimeUnixNano = other.
TimeUnixNano
;
Otlp\Model\MetricValues\DimensionScope.cs (1)
140
var start = OtlpHelpers.UnixNanoSecondsToDateTime(exemplar.
TimeUnixNano
);
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
656
var startTicks = OtlpHelpers.UnixNanoSecondsToDateTime(exemplar.
TimeUnixNano
).Ticks;