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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#borrow_countInteger

The number of requests recorded with borrowed reservoir quota.

Returns:

  • (Integer)


2532
2533
2534
2535
2536
2537
2538
2539
2540
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2532

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

#request_countInteger

The number of requests that matched the rule.

Returns:

  • (Integer)


2532
2533
2534
2535
2536
2537
2538
2539
2540
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2532

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

#rule_nameString

The name of the sampling rule.

Returns:

  • (String)


2532
2533
2534
2535
2536
2537
2538
2539
2540
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2532

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

#sampled_countInteger

The number of requests recorded.

Returns:

  • (Integer)


2532
2533
2534
2535
2536
2537
2538
2539
2540
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2532

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

#timestampTime

The start time of the reporting window.

Returns:

  • (Time)


2532
2533
2534
2535
2536
2537
2538
2539
2540
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2532

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