Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Add note to GroupbyTraceprocessor when working with tailsampl…
…ing (open-telemetry#26997) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> I'm proposing a small note in both tailsamplingprocessor and groupbytrace processor. In order to perform a tail-based sampling, spans need to be grouped by `trace_id`. We have a groupbytrace processor with README describes: > This processor should be used whenever a processor requires grouped traces to make decisions, such as a tail-based sampler or ... The description is correct since it said "(a customized) tail-based sampler", not the `tailsamplingprocessor` in this repo. But some people are still misdirected and think it's necessary to setup groupby processor before tailsampling processor. **Link to tracking Issue:** <Issue number if applicable> N/A **Testing:** <Describe what testing was performed and which tests were added.> N/A **Documentation:** <Describe the documentation added.> The PR only change the README of both groupbytrace processor and tailsampling processor.
- Loading branch information