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