mimir: added various tools

Added some tools which are necessary for regular cluster operation, maintenance, and disaster recovery.

These tools can be found [here](https://github.com/grafana/mimir/tree/main/tools)
This commit is contained in:
Kartik Gokte
2024-08-04 17:36:11 +02:00
committed by gador
parent 45e2240444
commit d1b52d6d7f
+10 -1
View File
@@ -15,7 +15,16 @@ buildGoModule rec {
subPackages = [
"cmd/mimir"
"cmd/mimirtool"
];
] ++ (map (pathName: "tools/${pathName}") [
"compaction-planner"
"copyblocks"
"copyprefix"
"delete-objects"
"list-deduplicated-blocks"
"listblocks"
"markblocks"
"undelete-blocks"
]);
passthru = {
updateScript = nix-update-script {