Files
loki/pkg/dataobj
Christian Haudum 386d4e1653 chore(dataobj): Make logs sort order in dataobjects configurable (#19373)
This PR introduces a new configuration option `-dataobj-consumer.dataobj-sort-order` which controls the sort order of logs in the logs section of the dataobj when building new objects.
There are two available sort options:
1. `timestamp DESC, streamID ASC` (configuration value `timestamp-desc`)
2. `streamID ASC, timestamp DESC` (configuration value `stream-asc`)

The new setting is undocumented and may be removed in the future without notice.

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
2025-10-02 13:25:27 +02:00
..