DisableHttpMetricsAttribute Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies that HTTP request duration metrics is disabled for an endpoint.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)]
public sealed class DisableHttpMetricsAttribute : Attribute, Microsoft.AspNetCore.Http.Metadata.IDisableHttpMetricsMetadata
	[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)>]
type DisableHttpMetricsAttribute = class
    inherit Attribute
    interface IDisableHttpMetricsMetadata
	Public NotInheritable Class DisableHttpMetricsAttribute
Inherits Attribute
Implements IDisableHttpMetricsMetadata
		- Inheritance
 - 
				DisableHttpMetricsAttribute
 
- Attributes
 
- Implements