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