You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::SamplingStatisticsDocumentWhen passing SamplingStatisticsDocument as input to an Aws::Client method, you can use a vanilla Hash:
{
rule_name: "RuleName", client_id: "ClientID", timestamp: Time.now, request_count: 1, sampled_count: 1, borrow_count: 1,
}
Request sampling results for a single rule from a service. Results are for the last 10 seconds unless the service has been assigned a longer reporting interval after a previous call to GetSamplingTargets.
Instance Attribute Summary collapseThe number of requests recorded with borrowed reservoir quota.
A unique identifier for the service in hexadecimal.
The number of requests that matched the rule.
The name of the sampling rule.
The number of requests recorded.
The current time.
The number of requests recorded with borrowed reservoir quota.
#client_id ⇒ StringA unique identifier for the service in hexadecimal.
#request_count ⇒ IntegerThe number of requests that matched the rule.
#rule_name ⇒ StringThe name of the sampling rule.
#sampled_count ⇒ IntegerThe number of requests recorded.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4