blob: 05fd218f81b1a403d03c884314288d8e3df5150c [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "//src/sys/test_runners/inspect/default.shard.cml" ],
program: {
accessor: "LEGACY",
timeout_seconds: "60",
cases: [
// Archivist stats are not present, because legacy metrics filters are active.
"bootstrap/archivist:root/archive_accessor_stats/all:connections_opened WHERE [a] Missing(a)",
// Power manager exposes historical CPU data.
"bootstrap/power_manager:root/platform_metrics/historical_max_cpu_temperature_c:* WHERE [a] Not(Missing(a))",
// Cobalt exposes CPU platform metrics.
"cobalt_system_metrics.cmx:root/platform_metrics/cpu:max",
"cobalt_system_metrics.cmx:root/platform_metrics/cpu:mean",
],
},
}