1 write to Attributes
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntryData.cs (1)
20Attributes = record.Attributes.ToKeyValuePairs(context, filter: attribute =>
2 references to Attributes
Aspire.Dashboard (2)
Otlp\Model\OtlpLogEntryData.cs (1)
84Attributes,
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
149.SelectMany((pendingLog, logIndex) => pendingLog.Attributes.Select((attribute, ordinal) => (LogId: logIds[logIndex], Ordinal: ordinal, Attribute: attribute)))