# Copyright 2025 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. metric_spec: { id: "cuj.common-metrics.scroll_distance" value: "distance_px" query { table { table_name: "scroll_distance_output" module_name: "sql_packages.queries.scroll_distance" column_names: "distance_px" } } }