Class: Aws::XRay::Types::SamplingStatisticSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

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)


1613
1614
1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-xray/types.rb', line 1613

class SamplingStatisticSummary < Struct.new(
  :rule_name,
  :timestamp,
  :request_count,
  :borrow_count,
  :sampled_count)
  include Aws::Structure
end

#request_countInteger

The number of requests that matched the rule.

Returns:

  • (Integer)


1613
1614
1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-xray/types.rb', line 1613

class SamplingStatisticSummary < Struct.new(
  :rule_name,
  :timestamp,
  :request_count,
  :borrow_count,
  :sampled_count)
  include Aws::Structure
end

#rule_nameString

The name of the sampling rule.

Returns:

  • (String)


1613
1614
1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-xray/types.rb', line 1613

class SamplingStatisticSummary < Struct.new(
  :rule_name,
  :timestamp,
  :request_count,
  :borrow_count,
  :sampled_count)
  include Aws::Structure
end

#sampled_countInteger

The number of requests recorded.

Returns:

  • (Integer)


1613
1614
1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-xray/types.rb', line 1613

class SamplingStatisticSummary < Struct.new(
  :rule_name,
  :timestamp,
  :request_count,
  :borrow_count,
  :sampled_count)
  include Aws::Structure
end

#timestampTime

The start time of the reporting window.

Returns:

  • (Time)


1613
1614
1615
1616
1617
1618
1619
1620
# File 'lib/aws-sdk-xray/types.rb', line 1613

class SamplingStatisticSummary < Struct.new(
  :rule_name,
  :timestamp,
  :request_count,
  :borrow_count,
  :sampled_count)
  include Aws::Structure
end