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
<td>Base sampling fraction when recording traces. In <code>fixed</code> mode this is the effective rate. In <code>adaptive</code> mode the SDK may temporarily reduce below this base rate under pressure.</td>
331
+
</tr>
332
+
<tr>
333
+
<td><code>recording.sampling.min_rate</code></td>
334
+
<td>number</td>
335
+
<td><code>0.001</code> in <code>adaptive</code> mode; unset in <code>fixed</code> mode</td>
336
+
<td>Lower bound for adaptive sampling after load shedding is applied. This is only defaulted in <code>adaptive</code> mode and remains unset in <code>fixed</code> mode.</td>
337
+
</tr>
320
338
<tr>
321
339
<td><code>recording.sampling_rate</code></td>
322
340
<td>number</td>
323
341
<td>0.1</td>
324
-
<td>Target sampling fraction when recording traces.</td>
342
+
<td><i>Deprecated.</i> Legacy alias for <code>recording.sampling.base_rate</code>. Still accepted for backwards compatibility.</td>
errs=append(errs, fmt.Errorf("recording.sampling.min_rate must be less than or equal to recording.sampling.base_rate (got min_rate=%v, base_rate=%v)", *cfg.Recording.Sampling.MinRate, *cfg.Recording.Sampling.BaseRate))
0 commit comments