thanos
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
How to download and setup thanos
Open terminal and run command
git clone https://github.com/thanos-io/thanos.git
git clone is used to create a copy or clone of thanos repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with thanos https://github.com/thanos-io/thanos/archive/master.zip
Or simply clone thanos with SSH
[email protected]:thanos-io/thanos.git