From 23d628759478c133cba620f7b91028ee4c247616 Mon Sep 17 00:00:00 2001 From: nityanandagohain Date: Tue, 21 Feb 2023 10:52:03 +0530 Subject: [PATCH] fix: attribute name corrected in logs database --- pkg/query-service/app/clickhouseReader/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/query-service/app/clickhouseReader/options.go b/pkg/query-service/app/clickhouseReader/options.go index 5836070410..da5a87ecd2 100644 --- a/pkg/query-service/app/clickhouseReader/options.go +++ b/pkg/query-service/app/clickhouseReader/options.go @@ -31,7 +31,7 @@ const ( defaultLogsDB string = "signoz_logs" defaultLogsTable string = "distributed_logs" defaultLogsLocalTable string = "logs" - defaultLogAttributeKeysTable string = "distributed_logs_atrribute_keys" + defaultLogAttributeKeysTable string = "distributed_logs_attribute_keys" defaultLogResourceKeysTable string = "distributed_logs_resource_keys" defaultLiveTailRefreshSeconds int = 10 defaultWriteBatchDelay time.Duration = 5 * time.Second