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