How can I track my GitHub Copilot usage per repository or project? #164101
-
Select Topic AreaQuestion BodyI'm using GitHub Copilot regularly and wondering if there's a way to monitor how much I'm using it per project or repository — like number of suggestions or acceptance rate. Is there a built-in way to see this, or do I need Copilot Business/Enterprise for detailed usage stats? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
As of now, GitHub Copilot does not offer built-in usage tracking per repository or project for individual users. You won't be able to see how many suggestions were made or accepted per repo directly. |
Beta Was this translation helpful? Give feedback.
-
|
GitHub Copilot doesn’t currently offer per-repo usage tracking for individual users. If you’re on Copilot Business or Enterprise, admins can view org-level usage through the Copilot dashboard, but it doesn’t break it down by repo. For now, personal tracking would need to be manual or estimated based on activity. |
Beta Was this translation helpful? Give feedback.
-
|
I was looking for exactly this: a way to understand Copilot usage at repo/project level rather than only at the account/org level. I built a local-first tool that parses VS Code Copilot chat session data and turns it into per-workspace analytics, including token estimates, premium request estimates, model distribution, and trend views: https://github.com/SachiHarshitha/copilot-usage The main motivation was cost attribution across multiple projects when a developer is working in parallel across repos. Sharing in case it helps others looking for a practical workaround today. |
Beta Was this translation helpful? Give feedback.
Yeah, it does show some helpful user-level stats like how many suggestions were shown, how many were accepted, and overall acceptance rate. But it doesn’t break it down by repository — it’s more focused on each user’s overall Copilot usage across the org.