Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/v1.5] Remove incorrect info in otelcol.processor.tail_sampling topic #2235

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading