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_countInteger

The number of requests recorded with borrowed reservoir quota.

Returns:

  • (Integer)

    The number of requests recorded with borrowed reservoir quota.

#request_countInteger

The number of requests that matched the rule.

Returns:

  • (Integer)

    The number of requests that matched the rule.

#rule_nameString

The name of the sampling rule.

Returns:

  • (String)

    The name of the sampling rule.

#sampled_countInteger

The number of requests recorded.

Returns:

  • (Integer)

    The number of requests recorded.

#timestampTime

The start time of the reporting window.

Returns:

  • (Time)

    The start time of the reporting window.