You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::SamplingStatisticSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::SamplingStatisticSummary
- Defined in:
- (unknown)
Overview
Aggregated request sampling data for a sampling rule across all services for a 10-second window.
Instance Attribute Summary collapse
-
#borrow_count ⇒ Integer
The number of requests recorded with borrowed reservoir quota.
-
#request_count ⇒ Integer
The number of requests that matched the rule.
-
#rule_name ⇒ String
The name of the sampling rule.
-
#sampled_count ⇒ Integer
The number of requests recorded.
-
#timestamp ⇒ Time
The start time of the reporting window.
Instance Attribute Details
#borrow_count ⇒ Integer
The number of requests recorded with borrowed reservoir quota.
#request_count ⇒ Integer
The number of requests that matched the rule.
#rule_name ⇒ String
The name of the sampling rule.
#sampled_count ⇒ Integer
The number of requests recorded.
#timestamp ⇒ Time
The start time of the reporting window.