2 references to StartTimeUnixNano
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
608
if (json.
StartTimeUnixNano
.HasValue)
610
dataPoint.StartTimeUnixNano = json.
StartTimeUnixNano
.Value;