4 references to StartTimeTicks
Aspire.Dashboard (4)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (4)
245LongPointType => new MetricValue<long>(point.IntegerValue!.Value, new DateTime(point.StartTimeTicks, DateTimeKind.Utc), new DateTime(point.EndTimeTicks, DateTimeKind.Utc)), 246DoublePointType => new MetricValue<double>(point.DoubleValue!.Value, new DateTime(point.StartTimeTicks, DateTimeKind.Utc), new DateTime(point.EndTimeTicks, DateTimeKind.Utc)), 403new DateTime(point.StartTimeTicks, DateTimeKind.Utc), 435point => new MetricPointKey(point.DimensionId, point.PointType, point.StartTimeTicks),