Configure tempo storage
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-05-24 21:55:08 +02:00
parent d4137f79aa
commit 4d88644417

View File

@@ -15,6 +15,14 @@
}; };
}; };
}; };
storage = {
trace = {
backend = "local";
local = {
path = "/var/lib/tempo";
};
};
};
}; };
}; };
} }