mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
16 lines
672 B
Plaintext
16 lines
672 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * cli_reference/developer_cli_odo/understanding-odo.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="odo-telemetry_{context}"]
|
|
|
|
= Telemetry in odo
|
|
|
|
`odo` collects information about how it is being used, including metrics on the operating system, RAM, CPU, number of cores, `odo` version, errors, success/failures, and how long `odo` commands take to complete.
|
|
|
|
You can modify your telemetry consent by using the `odo preference` command:
|
|
|
|
* `odo preference set ConsentTelemetry true` consents to telemetry.
|
|
* `odo preference unset ConsentTelemetry` disables telemetry.
|
|
* `odo preference view` shows the current preferences. |