Skip to content

Commit

Permalink
Merge pull request #42 from robusta-dev/fix/victoria-metrics
Browse files Browse the repository at this point in the history
added victoria metrics url auto discovery
  • Loading branch information
LeaveMyYard authored May 29, 2023
2 parents a562d52 + bf8d63d commit 110da66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Byte-compiled / optimized / DLL files
.idea/
__pycache__/
*.py[cod]
*$py.class
Expand Down Expand Up @@ -130,4 +131,4 @@ dmypy.json


.DS_Store
robusta_lib
robusta_lib
1 change: 1 addition & 0 deletions robusta_krr/core/integrations/prometheus/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def find_prometheus_url(self, *, api_client: Optional[ApiClient] = None) -> Opti
"app=prometheus-msteams",
"app=rancher-monitoring-prometheus",
"app=prometheus-prometheus",
"app.kubernetes.io/name=vmsingle",
],
api_client=api_client,
)
Expand Down

0 comments on commit 110da66

Please sign in to comment.