fix: attribute name corrected in logs database

This commit is contained in:
nityanandagohain 2023-02-21 10:52:03 +05:30
parent 2624ce4007
commit 23d6287594

View File

@ -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