NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
Update coverage for metric-collector.
Here some private ones are converted to public ones.(metrics_visitors.rs)
Bazel test, cargo test, pre-commit all passed
Fixes #1401
Type of change
[x] New feature (non-breaking change which adds functionality)
Description
Update coverage for metric-collector. Here some private ones are converted to public ones.(metrics_visitors.rs) Bazel test, cargo test, pre-commit all passed Fixes #1401
Type of change
How Has This Been Tested?
bazel test, cargo test
Checklist
bazel test //...
passes locallyThis change is