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