| Modifier and Type | Method and Description |
|---|---|
LogMetricTrigger |
TriggerCondition.metricTrigger()
Get trigger condition for metric query rule.
|
LogMetricTrigger |
LogMetricTrigger.withMetricColumn(String metricColumn)
Set evaluation of metric on a particular column.
|
LogMetricTrigger |
LogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType)
Set metric Trigger Type - 'Consecutive' or 'Total'.
|
LogMetricTrigger |
LogMetricTrigger.withThreshold(Double threshold)
Set the threshold of the metric trigger.
|
LogMetricTrigger |
LogMetricTrigger.withThresholdOperator(ConditionalOperator thresholdOperator)
Set evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'.
|
| Modifier and Type | Method and Description |
|---|---|
TriggerCondition |
TriggerCondition.withMetricTrigger(LogMetricTrigger metricTrigger)
Set trigger condition for metric query rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/