2 references to AttributeKey
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (2)
218
.Where(record => record.
AttributeKey
is not null)
219
.Select(record => KeyValuePair.Create(record.
AttributeKey
!, record.AttributeValue!))