From f47db17b21dc88b6d768b8da4a2edb9af6c7d889 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Tue, 4 Jul 2023 09:17:13 +0530 Subject: [PATCH] fix: merge canary and check labels for summary api --- pkg/cache/postgres_query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cache/postgres_query.go b/pkg/cache/postgres_query.go index 11379da94..9ee342754 100644 --- a/pkg/cache/postgres_query.go +++ b/pkg/cache/postgres_query.go @@ -186,7 +186,7 @@ SELECT checks.description, canaries.namespace, canaries.name as canaryName, - canaries.labels, + canaries.labels || checks.labels as labels, severity, owner, last_runtime,