Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
Inhabilitar telemetría
A partir de la versión 6.0,
Cortex Framework ahora recoge
métricas de telemetría durante el proceso de implementación y de forma operativa cuando se ejecutan los
DAGs. Esto ayuda al equipo de Cortex Framework a ofrecer una mejor asistencia a nuestros clientes. Sin embargo, puedes inhabilitar esta opción configurando "allowTelemetry": false
en el archivo config.json
, como se muestra en el siguiente ejemplo:
{
...
"marketing": {
...
},
"OracleEBS": {
...
},
"allowTelemetry": false
}
A menos que se indique lo contrario, el contenido de esta página está sujeto a la licencia Reconocimiento 4.0 de Creative Commons y las muestras de código están sujetas a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio web de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-08-21 (UTC).
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-21 (UTC)."],[[["\u003cp\u003eCortex Framework, starting with Release 6.0, collects telemetry metrics during deployment and DAG execution.\u003c/p\u003e\n"],["\u003cp\u003eTelemetry collection is designed to help the Cortex Framework team provide better customer support.\u003c/p\u003e\n"],["\u003cp\u003eUsers have the option to opt out of telemetry collection by setting \u003ccode\u003e"allowTelemetry": false\u003c/code\u003e in the \u003ccode\u003econfig.json\u003c/code\u003e file.\u003c/p\u003e\n"]]],[],null,["# Telemetry opt out\n=================\n\nStarting with [Release 6.0](/cortex/docs/release-notes#release_60),\nCortex Framework now collects\ntelemetry metrics during the deployment process, and operationally when the\nDAGs are executed. This helps the Cortex Framework team better\nsupport our customers, however you may opt out of this by setting\n`\"allowTelemetry\": false` in the [`config.json`](https://github.com/GoogleCloudPlatform/cortex-data-foundation/blob/main/config/config.json)\nfile, as the following example shows: \n\n {\n ...\n \"marketing\": {\n ...\n },\n \"OracleEBS\": {\n ...\n },\n \"allowTelemetry\": false\n }"]]