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