4 references to OtlpAttribute
Aspire.Dashboard (4)
Otlp\Model\OtlpResource.cs (2)
354
hashCode.Add(StringComparers.
OtlpAttribute
.GetHashCode(obj[i].Key));
355
hashCode.Add(StringComparers.
OtlpAttribute
.GetHashCode(obj[i].Value));
Otlp\Storage\TelemetryRepository.cs (2)
900
var attributesValues = new Dictionary<string, int>(StringComparers.
OtlpAttribute
);
936
var attributesValues = new Dictionary<string, int>(StringComparers.
OtlpAttribute
);