Skip to content

Commit 6952300

Browse files
committed
chore: use custom mv
1 parent 751802f commit 6952300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/telemetrymetadata/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func (t *telemetryMetaStore) getLogsKeys(ctx context.Context, fieldKeySelectors
345345
WHEN tag_type = 'scope' THEN 3
346346
WHEN tag_type = 'tag' THEN 4
347347
ELSE 5
348-
END as priority`).From(t.logsDBName + "." + t.logsFieldsTblName)
348+
END as priority`).From(t.logsDBName + "." + "distributed_tag_attributes_keys_mv")
349349
var limit int
350350

351351
conds := []string{}

0 commit comments

Comments
 (0)