# GitHub Copilot app usage metrics now expand across report rollups

> Source: <https://github.blog/changelog/2026-07-28-github-copilot-app-usage-metrics-now-expand-across-report-rollups>
> Published: 2026-07-28 23:35:01+00:00

# GitHub Copilot app usage metrics now expand across report rollups

Copilot app usage is now reported across much more of the Copilot usage metrics API.

Individual Copilot app activity is now attributed to users in the enterprise-user and organization-user reports. In addition, Copilot app coding activity is now broken out in the feature, model, and language rollups alongside every other Copilot surface.

This builds on [the earlier release that brought the Copilot app into the usage metrics API](https://github.blog/changelog/2026-07-17-github-copilot-app-now-available-in-the-usage-metrics-api/) with enterprise-level Copilot app totals.

[What’s new](#whats-new)

: Whether a user was active in the Copilot app on a given day.`used_copilot_app`

: A per-user section reporting`totals_by_copilot_app`

`session_count`

,`request_count`

,`prompt_count`

, and a`token_usage`

breakdown of`output_tokens_sum`

,`prompt_tokens_sum`

, and`avg_tokens_per_request`

.: Copilot app activity now appears in`copilot_app`

feature value`totals_by_feature`

,`totals_by_model_feature`

,`totals_by_language_feature`

, and`totals_by_language_model`

, so you can see which models and languages Copilot app work happens in.**Code activity and lines-of-code metrics**: Top-level code generation, code acceptance, lines added, and lines deleted totals now include Copilot app activity.: Now counts users who were only active in the Copilot app.`daily_active_users`

[Why this matters](#why-this-matters)

Copilot app usage was previously only visible as a standalone enterprise and organization-level total, so you could see that the Copilot app was being used but not who was using it or what it produced. With Copilot app activity attributed to individual users and folded into the standard breakdowns, you can identify your Copilot app adopters, and measure the code the Copilot app generates.

You can also compare the Copilot app against the IDE, chat, code review, and coding agent surfaces using the same fields you already consume.

[Important notes](#important-notes)

`used_copilot_app`

and the user-level`totals_by_copilot_app`

section are available in the enterprise-user and organization-user 1-day and 28-day reports. The`copilot_app`

feature value and the code activity, lines-of-code, and`daily_active_users`

changes apply to the enterprise, organization, and user reports for both the 1-day and 28-day windows.- These metrics are available to enterprise owners and billing managers, organization owners, and anyone with a custom organization or enterprise role that grants the View Copilot Metrics permission. The Copilot usage metrics policy must be enabled.
- The changes are backward compatible. Users and entities with no Copilot app activity omit
`totals_by_copilot_app`

and produce no`copilot_app`

breakdown entries, and existing fields keep their current shape.

Visit the [Copilot usage metrics API documentation](https://docs.github.com/rest/copilot/copilot-usage-metrics) to get started.
