| # 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) |