ENUM

AnomalyResultGroupBy

Description

Group anomaly results by field.

link GraphQL Schema definition

  • enum AnomalyResultGroupBy {
  • # The unique ID of the cluster.
  • CLUSTER_UUID
  • # Group by day.
  • DAY
  • # Group by hour.
  • HOUR
  • # Specifies whether the result is an anomaly.
  • IS_ANOMALY
  • # The managed ID of the object.
  • MANAGED_ID
  • # Group by month.
  • MONTH
  • # Group by severity of the anomaly.
  • SEVERITY
  • # Group by week.
  • WEEK
  • # Group by year.
  • YEAR
  • }