2 references to AttributeNames
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (2)
284
var attributePredicates = new List<string>(attributeFilter.
AttributeNames
.Count);
285
foreach (var attributeName in attributeFilter.
AttributeNames
)