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
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Problem
Currently the Sampler for each span is fixed to Sampler.alwaysSample(), which is not feasible for most of the production setups.
Goal
Make it possible to configure the sampler.
Ideas
Via configuration file: Percentage spans sampled (as default)
Via code: When creating a span or using one of the trace functions it should be possible to override the sampler individually
The text was updated successfully, but these errors were encountered:
Problem
Currently the Sampler for each span is fixed to
Sampler.alwaysSample()
, which is not feasible for most of the production setups.Goal
Make it possible to configure the sampler.
Ideas
Via configuration file: Percentage spans sampled (as default)
Via code: When creating a span or using one of the
trace
functions it should be possible to override the sampler individuallyThe text was updated successfully, but these errors were encountered: