Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit f1fa63e

Browse files
author
Bogdan Drutu
authored
Define the default sampler. (#87)
1 parent f0c6a42 commit f1fa63e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

trace/TraceConfig.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ sampler, maximum events to be kept, etc.
55

66
## TraceParams
77
Represents the set of parameters that users can control
8-
* Default `Sampler` - used when creating a Span if no specific sampler is given.
8+
* Default `Sampler` - used when creating a Span if no specific sampler is given. The default sampler
9+
is a [Probability](Sampling.md) sampler with the probability set to `1/10000`.
910

1011
TODO(bdrutu): Define the rest of the params.
1112

0 commit comments

Comments
 (0)