tempo-cli: add support for dropping multiple traces in single operation #4246
Labels
component/tempo-cli
enhancement
New feature or request
good first issue
Good for newcomers
keepalive
Label to exempt Issues / PRs from stale workflow
We currently have a command in
tempo-cli
underrewrite-blocks drop-trace
to delete a single trace from a block.However, there are scenarios where operators may need to drop multiple traces from a single block.
To achieve this now, they must loop through the list of trace IDs and execute the
drop-trace
command. This is inefficient, as it requires rewriting the same block multiple times (pulling and uploading the same block to backend) when dropping several traces.I propose adding a new command (or updating the current one) to accept a list of trace IDs to delete multiple traces from a block in a single operation.
The text was updated successfully, but these errors were encountered: