| # 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 login |
| Authenticate to be able to write data to BQ. |
| |
| 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) |
| and Employee Privacy Policy (go/epp). |
| ``` |
| |
| [build-metrics source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/build-metrics) |