Click or drag to resize

ServiceConnector Class

Connector class that translates Sampling poller functions to actual X-Ray back-end APIs and communicates with X-Ray daemon as the signing proxy.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.SamplingServiceConnector

Namespace:  Amazon.XRay.Recorder.Core.Sampling
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
internal class ServiceConnector

The ServiceConnector type exposes the following members.

Constructors
  NameDescription
Public methodServiceConnector
Initializes a new instance of the ServiceConnector class
Top
Methods
  NameDescription
Public methodGetSamplingRules
Get the sampling rules from X-Ray service.The call is proxied and signed by X-Ray Daemon.
Public methodGetSamplingTargets
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.
Top
Fields
  NameDescription
Public fieldClientID
Client id for the instance. Its 24 digit hex number.
Top
See Also