February 2018
Beginner
290 pages
7h 28m
English
Go to the downloads page at https://prometheus.io/download and get the download link for your distribution. Since we are using Linux, we will use the Linux version (during the writing of the book, the version was 2.1):
wget https://github.com/prometheus/prometheus/releases/download/v2.1.0/prometheus-2.1.0.linux-amd64.tar.gz
Once downloaded, let's untar and unzip it. This will give us a folder with two subfolders and two executables:
tar -xvzf prometheus-2.1.0.linux-amd64.tar.gz
Read now
Unlock full access