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