MetricBoundaryCondition.CompanionMetricId 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.
If set, this MetricBoundaryCondition will make use of the value of another metric, specified by this ID, when checking boundaries. A data point of the companion metric with same dimensions and same timestamp will be used instead and, if out of range, the current data point can be included in an alert. You can set the property ShouldAlertIfDataPointMissing to tell the service what to do when the data point in the companion metric is missing.
public string CompanionMetricId { get; set; }
member this.CompanionMetricId : string with get, set
Public Property CompanionMetricId As String
Property Value
Applies to
Azure SDK for .NET