4 references to ErrorTypeAttributeName
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\KestrelMetrics.cs (4)
135tags.TryAddTag(ErrorTypeAttributeName, errorValue); 139tags.TryAddTag(ErrorTypeAttributeName, exception.GetType().FullName); 315tags.TryAddTag(ErrorTypeAttributeName, exception.GetType().FullName); 428feature.TryAddTag(ErrorTypeAttributeName, errorTypeValue);