4 references to OtlpAttribute
Aspire.Dashboard (4)
Otlp\Model\OtlpApplication.cs (2)
339
hashCode.Add(StringComparers.
OtlpAttribute
.GetHashCode(obj[i].Key));
340
hashCode.Add(StringComparers.
OtlpAttribute
.GetHashCode(obj[i].Value));
Otlp\Storage\TelemetryRepository.cs (2)
689
var attributesValues = new Dictionary<string, int>(StringComparers.
OtlpAttribute
);
719
var attributesValues = new Dictionary<string, int>(StringComparers.
OtlpAttribute
);