
Install Grafana and Prometheus on Ubuntu 22.04
In this guide, we will walk you through how to install Grafana and Prometheus on an Ubuntu Instance for easy monitoring and visualization. Follow these simple steps!
Prerequisite:
Step 1: Update and upgrade the system:
sudo apt-get update -y
sudo apt-get upgrade -yStep 2: Install Grafana:
sudo apt-get install -y software-properties-common



Step 3: Install Prometheus:

Check the version of Grafana and Prometheus:


Access Grafana via browser:


Attaching Prometheus to Grafana following these steps











Last updated