2 implementations of MetricsDisabled
Microsoft.AspNetCore.Hosting (1)
Internal\HttpMetricsTagsFeature.cs (1)
11public bool MetricsDisabled { get; set; }
Microsoft.AspNetCore.Hosting.Tests (1)
HostingMetricsTests.cs (1)
183public bool MetricsDisabled { get; set; }
1 write to MetricsDisabled
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
441context.HttpContext.Features.Get<IHttpMetricsTagsFeature>().MetricsDisabled = true;