Copilot desktop app usage not visible in Copilot usage API #201968
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
I think you are running into a real reporting gap rather than just a query mistake. The Copilot usage metrics reports are useful for adoption and engagement, but the documented fields are feature/activity oriented and do not always map cleanly to every new Copilot surface. The docs describe the metrics APIs as reports for Copilot features and engagement, while the activity report exposes only a “most recent surface” style field such as IDE, GitHub.com, or unspecified when details are unavailable. Docs I would compare against:
For now, I would not rely on the metrics report alone to answer “who is using the Copilot desktop app?” I would build a temporary reconciliation report from three sources:
The practical classification I would use is: That is not perfect, but it gives you an auditable way to estimate the gap until GitHub adds an explicit surface/app field. For a product fix, the most useful ask would be: add a stable If you open a support/product ticket, I would include one anonymized example day where:
That gives GitHub a concrete schema/reporting mismatch to verify, instead of a general “metrics look wrong” report. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot Agent Mode
Body
It seems there is no way from the API responses to understand whether people in the company are using Copilot desktop app or not? From the AI Credit usage for the specific user who used Copilot app only on a specific day I see a lot of credits used, but from the Copilot metrics reports API there is no indication that app was used. CLI/VSCode/Visual Studio IDE are tracked, but Copilot desktop app is simply not there.
This is a critical thing in understanding how Copilot is being used in our company.
Beta Was this translation helpful? Give feedback.
All reactions