2 writes to Start
Aspire.Dashboard (2)
Otlp\Model\MetricValues\DimensionScope.cs (1)
158
Start
= start,
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (1)
459
Start
= new DateTime(item.Record.StartTimeTicks, DateTimeKind.Utc),
4 references to Start
Aspire.Dashboard (4)
Components\Controls\Chart\ChartDataCalculator.cs (2)
314
if (exemplar.
Start
== existingExemplar.Start &&
328
var exemplarStart = toLocal(new DateTimeOffset(exemplar.
Start
, TimeSpan.Zero));
Model\TelemetryExportService.cs (1)
595
TimeUnixNano = OtlpHelpers.DateTimeToUnixNanoseconds(e.
Start
),
Otlp\Model\MetricValues\DimensionScope.cs (1)
145
if (start == existingExemplar.
Start
&& exemplarValue == existingExemplar.Value)