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
show all
Defined in:
(unknown)

Overview

Aggregated request sampling data for a sampling rule across all services for a 10-second window.

Instance Attribute Summary collapse

Instance Attribute Details

#borrow_count ⇒ Integer

The number of requests recorded with borrowed reservoir quota.

Returns:

  • (Integer) —

    The number of requests recorded with borrowed reservoir quota.

#request_count ⇒ Integer

The number of requests that matched the rule.

Returns:

  • (Integer) —

    The number of requests that matched the rule.

#rule_name ⇒ String

The name of the sampling rule.

Returns:

  • (String) —

    The name of the sampling rule.

#sampled_count ⇒ Integer

The number of requests recorded.

Returns:

  • (Integer) —

    The number of requests recorded.

#timestamp ⇒ Time

The start time of the reporting window.

Returns:

  • (Time) —

    The start time of the reporting window.