From bf6264408e12e295d29883d225f41f1ccac11891 Mon Sep 17 00:00:00 2001
From: Pavan Gudiwada <25551553+pavangudiwada@users.noreply.github.com>
Date: Thu, 11 Jan 2024 14:25:29 +0530
Subject: Fixed random spaces and navigation
---
README.md | 65 +++++++++++++++++++--------------------------------------------
1 file changed, 19 insertions(+), 46 deletions(-)
(limited to 'README.md')
diff --git a/README.md b/README.md
index 3e4b209..f237ef2 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ _View Instructions for: [Prometheus](#prometheus-victoria-metrics-and-thanos-aut
-### Get Recommendations
+### Reporting Integrations
[](#data-source-integrations)
@@ -369,11 +369,7 @@ Find about how KRR tries to find the default Prometheus to connect
-
-#### Scanning with a Centralized Prometheus
-
-
+Scanning with a Centralized Prometheus
If your Prometheus monitors multiple clusters we require the label you defined for your cluster in Prometheus.
@@ -431,11 +424,8 @@ You may also need the `-p` flag to explicitly give Prometheus' URL.
-
-#### Azure Managed Prometheus
-
-
+Azure Managed Prometheus
For Azure managed Prometheus you need to generate an access token, which can be done by running the following command:
@@ -458,11 +448,8 @@ python krr.py simple --namespace default -p PROMETHEUS_URL --prometheus-auth-hea
-
-#### Amazon Managed Prometheus
-
-
+Amazon Managed Prometheus
For Amazon Managed Prometheus you need to add your Prometheus link and the flag --eks-managed-prom and krr will automatically use your aws credentials
@@ -486,11 +473,8 @@ Additional optional parameters are:
-
-#### Coralogix Managed Prometheus
-
-
+Coralogix Managed Prometheus
For Coralogix managed Prometheus you need to specify your Prometheus link and add the flag coralogix_token with your Logs Query Key
@@ -503,11 +487,8 @@ python krr.py simple -p "https://prom-api.coralogix..." --coralogix_token
-
-#### Grafana Cloud Managed Prometheus
-
-
+Grafana Cloud Managed Prometheus
For Grafana Cloud managed Prometheus you need to specify Prometheus link, Prometheus user, and an access token of your Grafana Cloud stack. The Prometheus link and user for the stack can be found on the Grafana Cloud Portal. An access token with a `metrics:read` scope can also be created using Access Policies on the same portal.
@@ -524,13 +505,10 @@ python krr.py simple -p $PROM_URL --prometheus-auth-header "Bearer ${PROM_USER}: