File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,17 @@ These are the default samplers implemented in the OpenTelemetry SDK:
105
105
106
106
* ALWAYS_ON
107
107
* This will be used as a default.
108
+ * Returns ` RECORD_AND_SAMPLED ` always.
108
109
* Description MUST be ` AlwaysOnSampler ` .
109
110
* ALWAYS_OFF
111
+ * Returns ` NOT_RECORD ` always.
110
112
* Description MUST be ` AlwaysOffSampler ` .
111
- * ALWAYS_PARENT
112
- * ` Returns RECORD_AND_SAMPLED ` if ` SampledFlag ` is set to true on parent
113
+ * ALWAYS_PARENT_OR_ON
114
+ * Returns ` NOT_RECORD ` if ` SampledFlag ` is set to ` false ` on parent
115
+ SpanContext and ` RECORD_AND_SAMPLED ` otherwise.
116
+ * Description MUST be ` AlwaysParentSampler ` .
117
+ * ALWAYS_PARENT_OR_OFF
118
+ * Returns ` RECORD_AND_SAMPLED ` if ` SampledFlag ` is set to ` true ` on parent
113
119
SpanContext and ` NOT_RECORD ` otherwise.
114
120
* Description MUST be ` AlwaysParentSampler ` .
115
121
* Probability
You can’t perform that action at this time.
0 commit comments