2 references to AttributeKey
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (2)
1070if (row.AttributeKey is not null) 1072spanAttributes.Add(KeyValuePair.Create(row.AttributeKey, row.AttributeValue!));