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