◀ Playbook index
NO.18

Copilot Metrics

Updated: 2026-09-11

In a nutshell

Copilot Metrics turns product telemetry and pull request activity into an adoption and delivery story.

Use the dashboards for decisions and the API for automation, custom BI, and history.

🎯 Do not reduce the story to active users alone. Combine adoption, engagement, code generation, and pull request flow.

What to measure

SignalExamplesQuestion answered
👥 AdoptionDAU, WAU, adoption phaseWho is using Copilot, and how deeply?
💬 EngagementChat requests, modes, agentsWhich workflows are becoming habitual?
✅ AcceptanceSuggestions shown and acceptedIs the output relevant and trusted?
🧱 Code generationLines suggested, added, deletedHow much editor output is AI-assisted?
🔀 Delivery flowPRs created and merged, median merge timeHow does adoption relate to throughput?

UI vs API data windows

SurfaceAvailable windowBest use
Usage metrics dashboardRolling 28-day trendsDaily adoption and feature monitoring
Impact dashboard6-month cohort and PR trendsExecutive impact and enablement decisions
Daily API reportsUp to 1 year, from Oct. 10, 2025BI pipelines and period comparisons
Latest 28-day API reportsMost recent 28 daysFast enterprise or user snapshot
NDJSON exportRetain in your own storageCustom analysis beyond GitHub’s window

API essentials

Use the Copilot usage metrics API for new integrations. It returns time-limited signed download URLs for enterprise, organization, user, repository, and team-join reports.

GET /enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day?day=YYYY-MM-DD
GET /enterprises/{enterprise}/copilot/metrics/reports/users-1-day?day=YYYY-MM-DD
GET /enterprises/{enterprise}/copilot/metrics/reports/user-teams-1-day?day=YYYY-MM-DD
GET /orgs/{org}/copilot/metrics/reports/organization-1-day?day=YYYY-MM-DD
  • Enterprise access: owner, billing manager, or a role with View Enterprise Copilot Metrics
  • Token scope: read:enterprise or manage_billing:copilot
  • Organization access: owner or View Organization Copilot Metrics, with read:org

⚠️ Download signed report URLs promptly. Use the user management API, not metrics reports, as the source of truth for seats and licenses.

★ Copilot Impact Dashboard

The dashboard answers four questions for enterprise administrators and organization owners.

Dashboard sectionQuick read
👥 Adoption cohortsWho is Passive, Code-first, Agent-first, or Multi-agent? Cards show users, share, PRs/user/month, merge velocity, and LoC/day.
✖️ Adoption multiplierHow do the average throughput and speed of engaged users compare with the Passive cohort?
📈 TrendsAre cohort growth and pull request throughput changing over the last six months?
🎯 Recommended next stepsWhich concrete enablement action can move more users into deeper-adoption cohorts?

🎯 Move beyond “who is active?” to explain how deeply Copilot is adopted and where enablement should focus next.

Read the numbers carefully

Metrics are strongest when you understand their collection and attribution boundaries.

  • Data is normally available within two full UTC days
  • IDE telemetry provides the richest feature and LoC breakdowns; server-side signals supplement active-user totals
  • GitHub.com Copilot Chat and GitHub Mobile activity are not included
  • Organization reports follow membership, so one user can appear in several organizations; enterprise totals deduplicate users
  • Organization-level reports begin on December 12, 2025
  • Pull request metrics can exist even when IDE telemetry is missing

⚠️ Use metrics to improve rollout, tooling, and enablement. Do not use them to rank individual developers.