class Aws::XRay::Types::ServiceStatistics

Response statistics for a service.

@!attribute [rw] ok_count

The number of requests that completed with a 2xx Success status
code.
@return [Integer]

@!attribute [rw] error_statistics

Information about requests that failed with a 4xx Client Error
status code.
@return [Types::ErrorStatistics]

@!attribute [rw] fault_statistics

Information about requests that failed with a 5xx Server Error
status code.
@return [Types::FaultStatistics]

@!attribute [rw] total_count

The total number of completed requests.
@return [Integer]

@!attribute [rw] total_response_time

The aggregate response time of completed requests.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/ServiceStatistics AWS API Documentation

Constants

SENSITIVE