Class: Aws::XRay::Types::SamplingBoost
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::SamplingBoost
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Temporary boost sampling rate. X-Ray calculates sampling boost for each service based on the recent sampling boost stats of all services that called GetSamplingTargets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#boost_rate ⇒ Float
The calculated sampling boost rate for this service.
-
#boost_rate_ttl ⇒ Time
When the sampling boost expires.
Instance Attribute Details
#boost_rate ⇒ Float
The calculated sampling boost rate for this service
2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2689 class SamplingBoost < Struct.new( :boost_rate, :boost_rate_ttl) SENSITIVE = [] include Aws::Structure end |
#boost_rate_ttl ⇒ Time
When the sampling boost expires.
2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2689 class SamplingBoost < Struct.new( :boost_rate, :boost_rate_ttl) SENSITIVE = [] include Aws::Structure end |