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
- Struct
- Aws::XRay::Types::ServiceStatistics
- Defined in:
- (unknown)
Overview
Response statistics for a service.
Returned by:
Instance Attribute Summary collapse
-
#error_statistics ⇒ Types::ErrorStatistics
Information about requests that failed with a 4xx Client Error status code.
-
#fault_statistics ⇒ Types::FaultStatistics
Information about requests that failed with a 5xx Server Error status code.
-
#ok_count ⇒ Integer
The number of requests that completed with a 2xx Success status code.
-
#total_count ⇒ Integer
The total number of completed requests.
-
#total_response_time ⇒ Float
The aggregate response time of completed requests.
Instance Attribute Details
#error_statistics ⇒ Types::ErrorStatistics
Information about requests that failed with a 4xx Client Error status code.
#fault_statistics ⇒ Types::FaultStatistics
Information about requests that failed with a 5xx Server Error status code.
#ok_count ⇒ Integer
The number of requests that completed with a 2xx Success status code.
#total_count ⇒ Integer
The total number of completed requests.
#total_response_time ⇒ Float
The aggregate response time of completed requests.