2 references to AttributeKey
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (2)
455
.Where(record => record.
AttributeKey
is not null)
456
.Select(record => KeyValuePair.Create(record.
AttributeKey
!, record.AttributeValue!))