diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-07 13:56:58 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-04-07 13:56:58 +0300 |
| commit | a07a3123ae9ff4d9dc0bc11e29088475d68eab04 (patch) | |
| tree | 509a5a72a873f4850133082a282b072242178c19 /README.md | |
| parent | 839f3190021330859d2494b3600d52b1b10ab7e0 (diff) | |
Change the message about custom metrics
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ Robusta KRR uses the following Prometheus queries to gather usage data: sum(container_memory_working_set_bytes{job="kubelet", metrics_path="/metrics/cadvisor", image!="", namespace="{object.namespace}", pod="{pod}", container="{object.container}"}) ``` -_These queries can be customized to suit your specific needs in the future versions, allowing for even more accurate recommendations._ +[_Need to customize the metrics? Tell us and we'll add support._](https://github.com/robusta-dev/robusta-krr/issues/new) #### Resource Recommendations |
