tempo

tempo 3.0.3

High volume, minimal dependency trace storage

https://grafana.com/oss/tempo/
Apache License 2.0
programs: tempo, tempo-cli, tempo-vulture, tempo-query
Platforms (30)
riscv64-linuxloongarch64-linuxpowerpc64-linuxm68k-linuxmicroblaze-linuxmips64-linuxi686-linuxmips64el-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  tempo
];
Ad-hoc shell
nix-shell -p tempo
Flake (nix run)
nix run nixpkgs#tempo