# README
调用链
See 调用链OpenTracing接口
# Functions
BatchInterval sets the maximum duration we will buffer traces before emitting them to the collector.
BatchSize sets the maximum batch size, after which a collect will be triggered.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxBacklog sets the maximum backlog size.
NewFileReporter returns a new file Reporter.
NewFileReporter returns a new file Reporter.
NewJaegerTracer构造返回一个opentracing.Tracer。采样率小于0会被修正为0; 修正后的采样率 大于1,使用限速采样,每秒最多采样指定数量的trace; 修正后的采样率介于0和1之间则使用概率采样。.
NewProbabilisticSampler creates a sampler that randomly samples a certain percentage of traces specified by the samplingRate, in the range between 0.0 and 1.0.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
DefaultThrottler doesn't throttle at all.
No description provided by the author
No description provided by the author
ProbabilisticSampler is a sampler that randomly samples a certain percentage of traces.
# Type aliases
JaegerReporterOption sets a parameter for the HTTP Reporter.
No description provided by the author
ReporterOption sets a parameter for the HTTP Reporter.