IHttpMetricsTagsFeature Interface
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.
Provides access to tags added to HTTP request duration metrics. This feature isn't set if the counter isn't enabled.
public interface IHttpMetricsTagsFeature
type IHttpMetricsTagsFeature = interface
Public Interface IHttpMetricsTagsFeature
Properties
MetricsDisabled |
Gets or sets a flag that disables recording HTTP request duration metrics for the current HTTP request. |
Tags |
Gets the tag collection. |