Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: optimize metrics query (#1906)
This commit optimizes the metrics query to be less brittle in the case that the dimensions array data changes or takes on new values. Here, we query the presence of the keys instead of the exact match of the stringified array.
- Loading branch information