From 20c7c8c0adb3d02b1bd0ece13c7ded44a1a37f6b Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:39:23 -0800 Subject: [PATCH] Remove incorrect info in otelcol.processor.tail_sampling topic (#2229) (cherry picked from commit 40201a9b2102e28fa8e21598b7625c8872899499) --- .../otelcol/otelcol.processor.tail_sampling.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/sources/reference/components/otelcol/otelcol.processor.tail_sampling.md b/docs/sources/reference/components/otelcol/otelcol.processor.tail_sampling.md index de0e94fc04..3561e807d6 100644 --- a/docs/sources/reference/components/otelcol/otelcol.processor.tail_sampling.md +++ b/docs/sources/reference/components/otelcol/otelcol.processor.tail_sampling.md @@ -12,17 +12,10 @@ title: otelcol.processor.tail_sampling policies. All spans for a given trace _must_ be received by the same collector instance for effective sampling decisions. -The `tail_sampling` component uses both soft and hard limits, where the hard limit -is always equal or larger than the soft limit. When memory usage goes above the -soft limit, the processor component drops data and returns errors to the -preceding components in the pipeline. When usage exceeds the hard -limit, the processor forces a garbage collection in order to try and free -memory. When usage is below the soft limit, no data is dropped and no forced -garbage collection is performed. - -> **Note**: `otelcol.processor.tail_sampling` is a wrapper over the upstream -> OpenTelemetry Collector Contrib `tail_sampling` processor. Bug reports or feature -> requests will be redirected to the upstream repository, if necessary. +{{< admonition type="note" >}} +`otelcol.processor.tail_sampling` is a wrapper over the upstream OpenTelemetry Collector Contrib `tail_sampling` processor. +Bug reports or feature requests will be redirected to the upstream repository, if necessary. +{{< /admonition >}} Multiple `otelcol.processor.tail_sampling` components can be specified by giving them different labels.