Update README to include instructions on turning reporting off.

This commit is contained in:
Sunil Shah
2015-08-20 17:45:18 -07:00
parent 11f12c33e6
commit b9afa80cbf

View File

@@ -39,6 +39,19 @@ Note that the DCOS CLI has tight integration with DCOS and certain
functionality may not work as expected or at all when using it directly with
Mesos and Marathon.
Controlling Analytics Reporting
-------------------------------
The CLI reports usage and exception information to Segment.io. If you're
developing against the CLI or running the current master, please set
the :code:`DCOS_PRODUCTION` environment variable to false. This will
ensure analytics are sent to the correct environment::
export DCOS_PRODUCTION=false
Alternatively, if you wish to turn reporting of analytics off entirely,
you can set the :code:`core.reporting` property to false::
dcos config set core.reporting false
Dependencies
------------