File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The SDK defines the interface [`Sampler`](#sampler) as well as a set of
49
49
50
50
### Sampler
51
51
52
- ` Sampler ` interface allows to create custom samplers which will return a
52
+ ` Sampler ` interface allows users to create custom samplers which will return a
53
53
sampling ` SamplingResult ` based on information that is typically available just
54
54
before the ` Span ` was created.
55
55
@@ -94,10 +94,11 @@ be displayed on debug pages or in the logs. Example:
94
94
Description MUST NOT change over time and caller can cache the returned value.
95
95
96
96
### Built-in samplers
97
+ OpenTelemetry supports a number of built-in samplers to choose from.
98
+ The default sampler is ` ParentOrElse(AlwaysOn) ` .
97
99
98
100
#### AlwaysOn
99
101
100
- * This is the default sampler.
101
102
* Returns ` RECORD_AND_SAMPLED ` always.
102
103
* Description MUST be ` AlwaysOnSampler ` .
103
104
You can’t perform that action at this time.
0 commit comments