# 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.comment-opened" value: "duration_ms" polarity: LOWER_IS_BETTER query { table { table_name: "comment_opened_output" module_name: "sql_packages.queries.comment_opened" column_names: "duration_ms" } } }