Stay organized with collections
Save and categorize content based on your preferences.
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
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["Cortex Framework, starting with Release 6.0, collects telemetry metrics during deployment and DAG execution."],["Telemetry collection is designed to help the Cortex Framework team provide better customer support."],["Users have the option to opt out of telemetry collection by setting `\"allowTelemetry\": false` in the `config.json` file."]]],[]]