From 1bfa374337b1943e37232d4710f3fbede7a8ea8a Mon Sep 17 00:00:00 2001 From: Irina Date: Thu, 14 Sep 2023 09:25:17 +0100 Subject: [PATCH] Update docs/sources/flow/reference/components/otelcol.processor.probabilistic_sampler.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- .../components/otelcol.processor.probabilistic_sampler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/flow/reference/components/otelcol.processor.probabilistic_sampler.md b/docs/sources/flow/reference/components/otelcol.processor.probabilistic_sampler.md index 6a7cbcc36abd..f4c865580fa8 100644 --- a/docs/sources/flow/reference/components/otelcol.processor.probabilistic_sampler.md +++ b/docs/sources/flow/reference/components/otelcol.processor.probabilistic_sampler.md @@ -57,8 +57,8 @@ It is also possible to leverage a different `hash_seed` at different collector t The `probabilistic_sampler` supports two types of sampling for traces: 1. `sampling.priority` [semantic - convention](https://github.com/opentracing/specification/blob/master/semantic_conventions.md#span-tags-table) as defined by OpenTracing -2. Trace ID hashing + convention](https://github.com/opentracing/specification/blob/master/semantic_conventions.md#span-tags-table) as defined by OpenTracing. +2. Trace ID hashing. The `sampling.priority` semantic convention takes priority over trace ID hashing. Trace ID hashing samples based on hash values determined by trace IDs.