You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {boolean} fullEnabled Whether full granularity sampling is enabled.
21
22
* @property {boolean} partialEnabled Whether partial granularity sampling is enabled.
22
-
* @property {AdaptiveSampler|null} adaptiveSampler The global adaptive sampler instance, this is shared if `sampling_target` is not defined for a sampler type of `adaptive`.
23
+
* @property {AdaptiveSampler|null} adaptiveSampler The global adaptive sampler instance;
24
+
* this is shared if `sampling_target` is not defined for a sampler type of `adaptive`.
23
25
* @property {Sampler} root The root sampler for traces originating in application.
24
26
* @property {Sampler} remoteParentSampled The sampler for traces with a remote parent that is sampled.
25
27
* @property {Sampler} remoteParentNotSampled The sampler for traces with a remote parent that is not sampled.
0 commit comments