Module: XRay::SamplingDecision
- Defined in:
- lib/aws-xray-sdk/sampling/sampling_decision.rb
Overview
Stores the enum style sampling decisions for default sampler
Constant Summary collapse
- TAKE =
'take'.freeze
- BORROW =
'borrow'.freeze
- NOT_SAMPLE =
'no'.freeze