Click or drag to resize

ServiceConnectorGetSamplingTargets Method

Report the current statistics of sampling rules and get back the new assigned quota/TTL/Interval from the X-Ray service. The call is proxied and signed via X-Ray Daemon.

Namespace:  Amazon.XRay.Recorder.Core.Sampling
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public Task<GetSamplingTargetsResponse> GetSamplingTargets(
	List<SamplingRule> rules
)

Parameters

rules
Type: System.Collections.GenericListSamplingRule
List of SamplingRule.

Return Value

Type: TaskGetSamplingTargetsResponse
Instance of GetSamplingRulesResponse.
See Also