Telemetry opt out
Starting with Release 6.0,
Cortex Framework now collects
telemetry metrics during the deployment process, and operationally when the
DAGs are executed. This helps the Cortex Framework team better
support our customers, however you may opt out of this by setting
"allowTelemetry": false
in the config.json
file, as the following example shows:
{
...
"marketing": {
...
},
"OracleEBS": {
...
},
"allowTelemetry": false
}