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