Commit 31fb8596 authored by Kartik Gokte's avatar Kartik Gokte
Browse files

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)
parent fc27807b
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -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 {