INPUT_OBJECT
StatsAnomalyInput
link GraphQL Schema definition
- input StatsAnomalyInput {
- # Optional confidence level (1-99). Stronger value will show fewer outliers,
- # Weaker confidence will show more outliers
- Int! :
- # History window for anomaly query. This time indicates from when we will start
- # looking at the metric values to determine anomalous behaviour
- DateTime :
- }