You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::ServiceStatistics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#error_statistics ⇒ Types::ErrorStatistics

Information about requests that failed with a 4xx Client Error status code.

Returns:

#fault_statistics ⇒ Types::FaultStatistics

Information about requests that failed with a 5xx Server Error status code.

Returns:

#ok_count ⇒ Integer

The number of requests that completed with a 2xx Success status code.

Returns:

  • (Integer) —

    The number of requests that completed with a 2xx Success status code.

#total_count ⇒ Integer

The total number of completed requests.

Returns:

  • (Integer) —

    The total number of completed requests.

#total_response_time ⇒ Float

The aggregate response time of completed requests.

Returns:

  • (Float) —

    The aggregate response time of completed requests.