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 was 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