| # Copyright 2023 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. | |
| import("//third_party/cobalt/metrics_registry.gni") | |
| metrics_registry("networking_metrics_registry") { | |
| # networking project. | |
| project_id = 1 | |
| namespace = "networking_metrics_registry" | |
| generate_rust = true | |
| } |