Click or drag to resize

Amazon.XRay.Recorder.Core.Sampling.Local Namespace

 
Classes
  ClassDescription
Public classLocalizedSamplingStrategy
This strategy loads the sample Rules from local JSON file, and make the sample decision locally according to the Rules.
Public classRateLimiter
The RateLimiter will distribute permit to the first LimitPerSecond requests arrives in every epoch second, and block any request that comes later in that second.
Public classSamplingConfiguration
Manifest of the sampling Rules in config file
Public classSamplingRule
It represents the Rules used for sampling.