Class MetricQueryValue

    • Method Detail

      • min

        public final Double min()

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

        Returns:
        The minimum of the values of all data points collected during the aggregation period.
      • max

        public final Double max()

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

        Returns:
        The maximum of the values of all the data points collected during the aggregation period.
      • sum

        public final Double sum()

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

        Returns:
        The sum of the values of all data points collected during the aggregation period.
      • avg

        public final Double avg()

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

        Returns:
        The average of the values of all data points collected during the aggregation period.
      • std

        public final Double std()

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

        Returns:
        The standard deviation of the values of all data points collected during the aggregation period.
      • p90

        public final Double p90()

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

        Returns:
        The 90th percentile of the values of all data points collected during the aggregation period.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)