INPUT_OBJECT
ObservabilityAlertThresholdConditionInput
Observability Alert threshold condition input
link GraphQL Schema definition
- input ObservabilityAlertThresholdConditionInput {
- # severity of the Observability 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! :
- }