Dashboard attribute query latency has increased in...
# support
a
Dashboard attribute query latency has increased in recent versions. Is this related to the to the Metrics Migration ? For example the following attribute query:
Copy code
SELECT DISTINCT(JSONExtractString(labels, 'k8s.namespace.name'))
FROM signoz_metrics.time_series_v4_1day
WHERE notEmpty(JSONExtractString(labels, 'k8s.namespace.name'))
takes the following to complete and occasionally times out:
Copy code
index.ts:43 [API Warning] Request to /variables/query took 39274ms
index.ts:43 [API Warning] Request to /variables/query took 43196ms