You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing hundreds of failures per day on serverless regarding the APM telemetry task where it cannot access the logger. While the error is not new, it is negatively impacting the task run success SLO where we have to keep a lower SLO target to accommodate for these failures.
Sample stack trace
TypeError: Cannot read properties of undefined (reading 'logger')
at debug (/usr/share/kibana/node_modules/@kbn/core-logging-server-internal/src/logger_adapter.js:51:10)
at /usr/share/kibana/node_modules/@kbn/apm-plugin/server/lib/apm_telemetry/collect_data_telemetry/index.js:46:9
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at collectAndStore (/usr/share/kibana/node_modules/@kbn/apm-plugin/server/lib/apm_telemetry/index.js:51:27)
at Object.run (/usr/share/kibana/node_modules/@kbn/apm-plugin/server/lib/apm_telemetry/index.js:37:13)
at TaskManagerRunner.run (/usr/share/kibana/node_modules/@kbn/task-manager-plugin/server/task_running/task_runner.js:325:22)
The text was updated successfully, but these errors were encountered:
We are seeing hundreds of failures per day on serverless regarding the APM telemetry task where it cannot access the logger. While the error is not new, it is negatively impacting the task run success SLO where we have to keep a lower SLO target to accommodate for these failures.
Sample stack trace
The text was updated successfully, but these errors were encountered: