Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Inhabilitación de la telemetría
A partir de la versión 6.0,
Cortex Framework ahora recopila
métricas de telemería durante el proceso de implementación y, de manera operativa, cuando se ejecutan
los DAG. Esto ayuda al equipo de Cortex Framework a brindar 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
}
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-09-04 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-04 (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 }"]]