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