4 references to AttributeErrorType
Microsoft.AspNetCore.Hosting (4)
Internal\HostingApplicationDiagnostics.cs (2)
543activity.SetTag(HostingTelemetryHelpers.AttributeErrorType, exception.GetType().FullName); 548activity.SetTag(HostingTelemetryHelpers.AttributeErrorType, response.StatusCode.ToString(CultureInfo.InvariantCulture));
Internal\HostingMetrics.cs (2)
89tags.TryAddTag(HostingTelemetryHelpers.AttributeErrorType, exception.GetType().FullName); 94tags.TryAddTag(HostingTelemetryHelpers.AttributeErrorType, statusCode.ToString(CultureInfo.InvariantCulture));