thanos
thanos 0.42.4
Highly available Prometheus setup with long term storage capabilities
https://github.com/thanos-io/thanosApache License 2.0
main program: thanosprograms: thanos
Platforms (30)
microblazeel-linuxs390x-linuxarmv7l-linuxmipsel-linuxarc-linuxaarch64-darwinmips-linuxi686-freebsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ thanos ];
Ad-hoc shell
nix-shell -p thanos
Flake (nix run)
nix run nixpkgs#thanos