5 references to PeerRecalculationRowRecord
Aspire.Dashboard (5)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (5)
1025var rows = readConnection.Query<PeerRecalculationRowRecord>(""" 1058PeerRecalculationRowRecord? currentSpan = null; 1060foreach (var row in rows) 1102void ProcessSpan(PeerRecalculationRowRecord span, IReadOnlyList<KeyValuePair<string, string>> attributes) 1173long GetNextReceivedTimestampTicks(PeerRecalculationRowRecord span)