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

This commit is contained in:
Torjus Håkestad 2025-05-24 21:55:08 +02:00
parent d4137f79aa
commit 4d88644417
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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