This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Description
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