4 references to ErrorTypeAttributeName
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelMetrics.cs (4)
146tags.TryAddTag(ErrorTypeAttributeName, errorValue); 150tags.TryAddTag(ErrorTypeAttributeName, exception.GetType().FullName); 341tags.TryAddTag(ErrorTypeAttributeName, exception.GetType().FullName); 418feature.TryAddTag(ErrorTypeAttributeName, errorTypeValue);