How to install Prometheus on Ubuntu
Update Your System
Ensure your system is up to date.
sudo apt update
Create a Prometheus User
For security reasons, create a separate user to run Prometheus.
sudo useradd --no-create-home --shell /bin/false prometheus
Create Directories for Prometh...
cloudhub2295.hashnode.dev2 min read