diff --git a/README.md b/README.md index 14f3a91..ae69542 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ $ minikube addons enable metrics-server ``` OR else + **NOTE:** This installation only required in local setup, if you using GKE, EKS cluster you do not need to install following. ```sh @@ -59,6 +60,9 @@ servicemonitor.monitoring.coreos.com/products-backend created service/prometheus created ``` + + - Test the Prometheus deployment by visiting the url `http://:30900/graph`. + ![Prometheus Dashboard](images/prometheus-dashboard.png) 1. [Install Prometheus Adapter](prometheus-adapter-configs) - Create namespace `custom-metrics`. @@ -136,7 +140,7 @@ - Lets make `IP` as the node IP and `PERIOD` as waiting period in seconds to send requests periodically. ```sh - $ IP= + $ IP= PERIOD=5 ``` Send requests periodically. diff --git a/images/prometheus-dashboard.png b/images/prometheus-dashboard.png new file mode 100644 index 0000000..dfff962 Binary files /dev/null and b/images/prometheus-dashboard.png differ