robusta-dev / krr

Prometheus-based Kubernetes Resource Recommendations
MIT License
3.05k stars 160 forks source link

queries with no label filters bug #327

Closed arikalon1 closed 3 months ago

arikalon1 commented 3 months ago

bug fix - On queries with no labels, adding the cluster label with a comma prefix created an invalid query ( machine_memory_bytes{, cluster="foo"} ) that failed

Fixes #325