diff options
| -rw-r--r-- | README.md | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -369,7 +369,7 @@ Find about how KRR tries to find the default Prometheus to connect <a href="#pro ## Data Source Integrations - +<p> <details><summary> #### Prometheus, Victoria Metrics and Thanos auto-discovery @@ -415,6 +415,7 @@ If none of those labels result in finding Prometheus, Victoria Metrics or Thanos <details><summary> #### Scanning with a Centralized Prometheus + </summary> If your Prometheus monitors multiple clusters we require the label you defined for your cluster in Prometheus. @@ -433,6 +434,7 @@ You may also need the `-p` flag to explicitly give Prometheus' URL. <details><summary> #### Azure Managed Prometheus + </summary> For Azure managed Prometheus you need to generate an access token, which can be done by running the following command: @@ -459,6 +461,7 @@ python krr.py simple --namespace default -p PROMETHEUS_URL --prometheus-auth-hea <details><summary> #### Amazon Managed Prometheus + </summary> 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,6 +489,7 @@ Additional optional parameters are: <details><summary> #### Coralogix Managed Prometheus + </summary> For Coralogix managed Prometheus you need to specify your Prometheus link and add the flag coralogix_token with your Logs Query Key @@ -501,7 +505,8 @@ python krr.py simple -p "https://prom-api.coralogix..." --coralogix_token <details><summary> -#### Grafana Cloud Managed Prometheus +#### Grafana Cloud Managed Prometheus + </summary> 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. @@ -517,12 +522,14 @@ python krr.py simple -p $PROM_URL --prometheus-auth-header "Bearer ${PROM_USER}: <p align="right">(<a href="#readme-top">back to top</a>)</p> </details> +</p> ## Integrations -<details><summary> +<details><summary> + + #### Free UI for KRR recommendations - #### Free UI for KRR recommendations </summary> With the [free Robusta SaaS platform](https://home.robusta.dev/) you can: @@ -538,6 +545,7 @@ With the [free Robusta SaaS platform](https://home.robusta.dev/) you can: <details><summary> #### Slack Notification + </summary> Put cost savings on autopilot. Get notified in Slack about recommendations above X%. Send a weekly global report, or one report per team. @@ -577,7 +585,8 @@ customPlaybooks: </details> <details><summary> -#### k9s Plugin +#### k9s Plugin + </summary> Install our k9s Plugin to get recommendations directly in deployments/daemonsets/statefulsets views. |
