-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/filelog] Support for Multiple Current Sorted Files #23788
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
…ering (#27844) **Description:** * Add a new `ordering_criteria.top_n` option, which allows a user to specify the number of files to track after ordering. * Default is 1, which was the existing behavior. **Link to tracking Issue:** #23788 **Testing:** Unit tests added. **Documentation:** Added new parameter to existing documentation.
…ering (open-telemetry#27844) **Description:** * Add a new `ordering_criteria.top_n` option, which allows a user to specify the number of files to track after ordering. * Default is 1, which was the existing behavior. **Link to tracking Issue:** open-telemetry#23788 **Testing:** Unit tests added. **Documentation:** Added new parameter to existing documentation.
…ering (open-telemetry#27844) **Description:** * Add a new `ordering_criteria.top_n` option, which allows a user to specify the number of files to track after ordering. * Default is 1, which was the existing behavior. **Link to tracking Issue:** open-telemetry#23788 **Testing:** Unit tests added. **Documentation:** Added new parameter to existing documentation.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Closed by #27844 |
…ering (open-telemetry#27844) **Description:** * Add a new `ordering_criteria.top_n` option, which allows a user to specify the number of files to track after ordering. * Default is 1, which was the existing behavior. **Link to tracking Issue:** open-telemetry#23788 **Testing:** Unit tests added. **Documentation:** Added new parameter to existing documentation.
Component(s)
No response
Is your feature request related to a problem? Please describe.
Another potential issue is the presence of multiple active files within a sorted group. It would be beneficial to have an option to specify the number of files at the top of the sorted list that should be considered as active.
Describe the solution you'd like
Introduce an additional field named 'top_n' to the ordering criteria. This field would allow users to specify the number of files to be considered from the top of the sorted list.
Describe alternatives you've considered
No response
Additional context
This is an additional feature that could be added as a follow on to: #22998
The text was updated successfully, but these errors were encountered: