Skip to content

Commit 8142e3f

Browse files
author
Emanuele Palazzetti
committed
[docs] minor updates
1 parent cff4136 commit 8142e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ To enable the priorty sampling::
364364

365365
Once enabled, the sampler will automatically assign a priority of 0 or 1 to traces, depending on their service and volume.
366366

367-
You can also set this the priority manually to either drop an non-interesting trace or to keep an important one.
367+
You can also set this priority manually to either drop a non-interesting trace or to keep an important one.
368368
For that, set the `context.sampling_priority` to 0 or 2. It has to be done before any context propagation (fork, RPC calls)
369369
to be effective::
370370

@@ -380,7 +380,7 @@ Pre-sampling
380380
~~~~~~~~~~~~
381381

382382
Pre-sampling will completely disable instrumentation of some transactions and drop the trace at the client level.
383-
Information will be lost but it allows to control any potential perfomrance impact.
383+
Information will be lost but it allows to control any potential performance impact.
384384

385385
`RateSampler` ramdomly samples a percentage of traces. Its usage is simple::
386386

0 commit comments

Comments
 (0)