blob: 3c8a7e8e7150ae974102a26c26573f3966dbe0df [file] [log] [blame] [view]
# fx build-metrics
manage build metrics configuration
```none
usage:
fx build-metrics status
Show if build metrics collection is enabled or disabled
fx build-metrics enable
Enable build metrics collection in fx build.
fx build-metrics disable
Disable build metrics collection in fx build.
fx build-metrics upload
Upload any logs/metrics that may have accumulated.
If you opt-in to metrics collection, data will be collected and used by
Google in accordance with the Google privacy policy
(https://policies.google.com/privacy)
```
[build-metrics source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/build-metrics)