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