Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task apm-telemetry-task "apm-telemetry-task" failed: TypeError: Cannot read properties of undefined (reading 'logger') #205144

Open
mikecote opened this issue Dec 24, 2024 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support

Comments

@mikecote
Copy link
Contributor

mikecote commented Dec 24, 2024

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)
@mikecote mikecote added the Team:APM All issues that need APM UI Team support label Dec 24, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:APM)

@mikecote mikecote added the bug Fixes for quality problems that affect the customer experience label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support
Projects
None yet
Development

No branches or pull requests

2 participants