diff options
| author | Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-24 12:19:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 12:19:42 +0300 |
| commit | 8fc5ae4f8bc054779abeb4241c2e2a3bdf25b0a6 (patch) | |
| tree | 603891a739d0fcf152999aed8298a1112116d125 | |
| parent | fbdc62712187729ed7a95cc5a17f1831c49eb46d (diff) | |
Add prometheus connection section in how it works
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -104,6 +104,10 @@ By default, we use a _simple_ strategy to calculate resource recommendations. It - For memory, we take the maximum value over the past week and add a 5% buffer. +#### Prometheus connection + +Find about how KRR tries to find the default prometheus to connect <a href="#prometheus-auto-discovery">here</a>. + ### Robusta UI integration If you are using [Robusta SaaS](https://platform.robusta.dev/), then KRR is integrated starting from [v0.10.15](https://github.com/robusta-dev/robusta/releases/tag/0.10.15). You can view all your recommendations (previous ones also), filter and sort them by either cluster, namespace or name. |
