File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ To enable the priorty sampling::
364364
365365Once 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.
368368For that, set the `context.sampling_priority ` to 0 or 2. It has to be done before any context propagation (fork, RPC calls)
369369to be effective::
370370
@@ -380,7 +380,7 @@ Pre-sampling
380380~~~~~~~~~~~~
381381
382382Pre-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
You can’t perform that action at this time.
0 commit comments