Interface FaultStatistics.Builder

    • Method Detail

      • otherCount

        FaultStatistics.Builder otherCount​(Long otherCount)

        The number of requests that failed with untracked 5xx Server Error status codes.

        Parameters:
        otherCount - The number of requests that failed with untracked 5xx Server Error status codes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        FaultStatistics.Builder totalCount​(Long totalCount)

        The total number of requests that failed with a 5xx Server Error status code.

        Parameters:
        totalCount - The total number of requests that failed with a 5xx Server Error status code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.