Class Latency

    • Method Detail

      • p999

        public final Double p999()

        The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
      • p99

        public final Double p99()

        The average latency for the slowest 1 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 1 percent of requests over the last 10 seconds.
      • p95

        public final Double p95()

        The average latency for the slowest 5 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 5 percent of requests over the last 10 seconds.
      • p90

        public final Double p90()

        The average latency for the slowest 10 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 10 percent of requests over the last 10 seconds.
      • p85

        public final Double p85()

        The average latency for the slowest 15 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 15 percent of requests over the last 10 seconds.
      • p75

        public final Double p75()

        The average latency for the slowest 25 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 25 percent of requests over the last 10 seconds.
      • p50

        public final Double p50()

        The average latency for the slowest 50 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 50 percent of requests over the last 10 seconds.
      • p10

        public final Double p10()

        The average latency for the slowest 90 percent of requests over the last 10 seconds.

        Returns:
        The average latency for the slowest 90 percent of requests over the last 10 seconds.
      • serializableBuilderClass

        public static Class<? extends Latency.Builder> serializableBuilderClass()
      • 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)