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