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