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