4 types derived from AttributeRecord
Aspire.Dashboard (4)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
799private sealed class OwnedAttributeRecord : AttributeRecord
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (3)
850private sealed class TraceOwnedAttributeRecord : AttributeRecord 856private sealed class TextOwnedAttributeRecord : AttributeRecord 861private sealed class LongOwnedAttributeRecord : AttributeRecord
1 reference to AttributeRecord
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (1)
803static KeyValuePair<string, string>[] ToPairs(IEnumerable<AttributeRecord> attributes)