A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/XRay/Types/SamplingStatisticsDocument.html below:

SamplingStatisticsDocument — AWS SDK for Ruby V2

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

Class: Aws::XRay::Types::SamplingStatisticsDocument
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #borrow_count ⇒ Integer

The number of requests recorded with borrowed reservoir quota.

#client_id ⇒ String

A unique identifier for the service in hexadecimal.

#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.


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