summaryrefslogtreecommitdiff
path: root/robusta_krr
diff options
context:
space:
mode:
authorPavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>2023-05-29 10:23:13 +0300
committerGitHub <noreply@github.com>2023-05-29 10:23:13 +0300
commit110da668bee9f87e0f98a0e41ef32dee4984dddf (patch)
tree67ddf9b2e883cf3c44b0c9abcb2e53fafc0ffa60 /robusta_krr
parenta562d52986aaec384e4363699e3b97c85d6318f7 (diff)
parentbf8d63d8b0297ab6397e93f7bfac55a2491a2b6f (diff)
Merge pull request #42 from robusta-dev/fix/victoria-metrics
added victoria metrics url auto discovery
Diffstat (limited to 'robusta_krr')
-rw-r--r--robusta_krr/core/integrations/prometheus/loader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/robusta_krr/core/integrations/prometheus/loader.py b/robusta_krr/core/integrations/prometheus/loader.py
index 1f0c14e..4e50626 100644
--- a/robusta_krr/core/integrations/prometheus/loader.py
+++ b/robusta_krr/core/integrations/prometheus/loader.py
@@ -30,6 +30,7 @@ class PrometheusDiscovery(ServiceDiscovery):
"app=prometheus-msteams",
"app=rancher-monitoring-prometheus",
"app=prometheus-prometheus",
+ "app.kubernetes.io/name=vmsingle",
],
api_client=api_client,
)