Class: Aws::XRay::Types::SamplingTargetDocument

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

Overview

Temporary changes to a sampling rule configuration. To meet the global sampling target for a rule, X-Ray calculates a new reservoir for each service based on the recent sampling results of all services that called GetSamplingTargets.

Instance Attribute Summary collapse

Instance Attribute Details

#fixed_rateFloat

The percentage of matching requests to instrument, after the reservoir is exhausted.

Returns:

  • (Float)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'lib/aws-sdk-xray/types.rb', line 1703

class SamplingTargetDocument < Struct.new(
  :rule_name,
  :fixed_rate,
  :reservoir_quota,
  :reservoir_quota_ttl,
  :interval)
  include Aws::Structure
end

#intervalInteger

The number of seconds for the service to wait before getting sampling targets again.

Returns:

  • (Integer)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'lib/aws-sdk-xray/types.rb', line 1703

class SamplingTargetDocument < Struct.new(
  :rule_name,
  :fixed_rate,
  :reservoir_quota,
  :reservoir_quota_ttl,
  :interval)
  include Aws::Structure
end

#reservoir_quotaInteger

The number of requests per second that X-Ray allocated this service.

Returns:

  • (Integer)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'lib/aws-sdk-xray/types.rb', line 1703

class SamplingTargetDocument < Struct.new(
  :rule_name,
  :fixed_rate,
  :reservoir_quota,
  :reservoir_quota_ttl,
  :interval)
  include Aws::Structure
end

#reservoir_quota_ttlTime

When the reservoir quota expires.

Returns:

  • (Time)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'lib/aws-sdk-xray/types.rb', line 1703

class SamplingTargetDocument < Struct.new(
  :rule_name,
  :fixed_rate,
  :reservoir_quota,
  :reservoir_quota_ttl,
  :interval)
  include Aws::Structure
end

#rule_nameString

The name of the sampling rule.

Returns:

  • (String)


1703
1704
1705
1706
1707
1708
1709
1710
# File 'lib/aws-sdk-xray/types.rb', line 1703

class SamplingTargetDocument < Struct.new(
  :rule_name,
  :fixed_rate,
  :reservoir_quota,
  :reservoir_quota_ttl,
  :interval)
  include Aws::Structure
end