microsoft / microsoft/copilot-for-eclipse
[Bug] https://telemetry.business.githubcopilot.com/telemetry failed
Open
Nobody has claimed this yet.
bug
- Dominant language
- Java
- Stars
- 126
- Forks
- 60
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 5
Description
Environment
- OS: Windows 11
- Eclipse Version: Version: 2026-06 (4.40) Build id: I20260601-0713
- Plugin Version: GitHub Copilot 0.20.0.202607100822
Describe the bug
My eclipse log is full of these messages ....
!ENTRY org.eclipse.lsp4e 1 0 2026-07-24 08:43:45.764
!MESSAGE [LS:GitHub Copilot Language Server][Info] [fetcher] Request to <https://telemetry.business.githubcopilot.com/telemetry> failed, attempting fallback. Error [TypeError]: fetch failed
at Object.processResponse (C:\snapshot\copilot-language-server-internal\dist\main.js:317:32904)
at C:\snapshot\copilot-language-server-internal\dist\main.js:317:39248
at node:internal/process/task_queues:149:7
at AsyncResource.runInAsyncScope (node:async_hooks:214:14)
at AsyncResource.runMicrotask (node:internal/process/task_queues:146:8)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5) {
code: 'UND_ERR_CONNECT_TIMEOUT',
syscall: undefined,
errno: undefined,
[cause]: ConnectTimeoutError: Connect Timeout Error (attempted address: telemetry.business.githubcopilot.com:443, timeout: 10000ms)
at onConnectTimeout (C:\snapshot\copilot-language-server-internal\dist\main.js:191:29968)
at Immediate._onImmediate (C:\snapshot\copilot-language-server-internal\dist\main.js:191:29401)
at process.processImmediate (node:internal/timers:484:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
Expected behavior
Would be better if users can disable this!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the org.eclipse.lsp4e log entry and the GitHub Copilot 0.20.0.202607100822 integration that reports requests to telemetry.business.githubcopilot.com. Determine where telemetry behavior can be configured, then verify that disabling it prevents the failed requests and related log messages without affecting other plugin behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100