Interface MetricQueryValue.Builder

  • Method Details

    • min

      The minimum of the values of all data points collected during the aggregation period.

      Parameters:
      min - The minimum of the values of all data points collected during the aggregation period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • max

      The maximum of the values of all the data points collected during the aggregation period.

      Parameters:
      max - The maximum of the values of all the data points collected during the aggregation period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sum

      The sum of the values of all data points collected during the aggregation period.

      Parameters:
      sum - The sum of the values of all data points collected during the aggregation period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • avg

      The average of the values of all data points collected during the aggregation period.

      Parameters:
      avg - The average of the values of all data points collected during the aggregation period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • std

      The standard deviation of the values of all data points collected during the aggregation period.

      Parameters:
      std - The standard deviation of the values of all data points collected during the aggregation period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • p90

      The 90th percentile of the values of all data points collected during the aggregation period.

      Parameters:
      p90 - The 90th percentile of the values of all data points collected during the aggregation period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.