4 references to ErrorTypeAttributeName
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelMetrics.cs (4)
134tags.TryAddTag(ErrorTypeAttributeName, errorValue); 138tags.TryAddTag(ErrorTypeAttributeName, exception.GetType().FullName); 314tags.TryAddTag(ErrorTypeAttributeName, exception.GetType().FullName); 391feature.TryAddTag(ErrorTypeAttributeName, errorTypeValue);