thanos

thanos 0.42.4

Highly available Prometheus setup with long term storage capabilities

https://github.com/thanos-io/thanos
Apache License 2.0
main program: thanosprograms: thanos
Platforms (30)
microblazeel-linuxs390x-linuxarmv7l-linuxmipsel-linuxarc-linuxaarch64-darwinmips-linuxi686-freebsd
View source on NixOS/nixpkgs →

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