4 references to ToKeyValuePairs
Aspire.Dashboard (3)
Otlp\Model\OtlpLogEntry.cs (1)
41
Attributes = record.Attributes.
ToKeyValuePairs
(context, filter: attribute =>
Otlp\Model\OtlpResourceView.cs (1)
23
var properties = attributes.
ToKeyValuePairs
(resource.Context, filter: attribute =>
Otlp\Storage\TelemetryRepository.cs (1)
1452
Attributes = span.Attributes.
ToKeyValuePairs
(context, filter: attribute => attribute.Key != OtlpHelpers.AspireDestinationNameAttribute),
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\OtlpHelpersTests.cs (1)
481
var results = attributes.
ToKeyValuePairs
(context, kv =>