You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,14 @@ For information on the supported ``make`` commands, you can run:
228
228
229
229
make help
230
230
231
+
Devstack collects some basic usage metrics to help gain a better understanding of how devstack is used and to surface any potential issues on local devstack environments. To learn more, read `0003-usage-metrics.rst ADR <./docs/decisions/0003-usage-metrics.rst>`_.
232
+
233
+
This data collection is behind a consent flag, so please help devstack's maintainers by enabling metrics collection by running the following:
234
+
235
+
.. code:: sh
236
+
237
+
make metrics-opt-in
238
+
231
239
Now that you're up and running, read about the `most common development workflow`_.
0 commit comments