Dashboards may become slow, unresponsive, or fail to load when a dynamic dashboard variable attempts to enumerate a very large number of point tag values (for example, Asset IDs).
DX OPENEXPLORE
The dashboard variable is attempting to populate all available values for a high-cardinality tag (such as asset_id).
In large environments, there may be tens of thousands of unique tag values. Rendering and maintaining such a large dropdown creates significant overhead for the dashboard and can negatively impact performance.
Instead of using a dynamic dropdown variable for high-cardinality tags:
topk() queries to display the highest-ingesting Asset IDs.topk(), aggregation, and trend charts to identify the most significant contributors.