MetricsFilters.Filters Property
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.
Get metrics for specific dimension values. Example: Metric contains dimension like SamplerName, Error. To retrieve all the time series data where SamplerName is equals to HTTPRequest1 or HTTPRequest2, the DimensionFilter value will be {"SamplerName", ["HTTPRequest1", "HTTPRequest2"}
public System.Collections.Generic.IList<Azure.Developer.LoadTesting.DimensionFilter> Filters { get; }
member this.Filters : System.Collections.Generic.IList<Azure.Developer.LoadTesting.DimensionFilter>
Public ReadOnly Property Filters As IList(Of DimensionFilter)