mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-19 16:36:45 +00:00
chore: use custom mv
This commit is contained in:
parent
751802f211
commit
6952300d0d
@ -345,7 +345,7 @@ func (t *telemetryMetaStore) getLogsKeys(ctx context.Context, fieldKeySelectors
|
|||||||
WHEN tag_type = 'scope' THEN 3
|
WHEN tag_type = 'scope' THEN 3
|
||||||
WHEN tag_type = 'tag' THEN 4
|
WHEN tag_type = 'tag' THEN 4
|
||||||
ELSE 5
|
ELSE 5
|
||||||
END as priority`).From(t.logsDBName + "." + t.logsFieldsTblName)
|
END as priority`).From(t.logsDBName + "." + "distributed_tag_attributes_keys_mv")
|
||||||
var limit int
|
var limit int
|
||||||
|
|
||||||
conds := []string{}
|
conds := []string{}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user