Closed arikalon1 closed 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
machine_memory_bytes{, cluster="foo"}
Fixes #325
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 failedFixes #325