OBJECT
ObservabilityMetricAlertThresholdCondition
metric Alert Threshold condition
link GraphQL Schema definition
- type ObservabilityMetricAlertThresholdCondition {
- # Severity of the alert
- ObservabilityAlertSeverity! :
- # Sensitivity measure used for detecting violations from baseline.
- # 0 - Highest sensitivity
- # 100 - Lowest sensitivity
- Int :
- # Threshold bound describing type of filtering required for dynamic alerts ex:
- # LOWER, UPPER, BOTH
- ObservabilityAlertDynamicThresholdDirection :
- # Threshold to compare the metric value with
- Float! :
- }