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