1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[2025-12-5] Build Lines of Code Metrics into the Copilot Usage Metrics Enterprise Dashboard [public preview] (#58673)

This commit is contained in:
Sophie
2025-12-03 14:01:21 +01:00
committed by GitHub
parent 3cecb5b9b2
commit 97b71c20d7
8 changed files with 87 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ Metrics are available through:
* The {% data variables.product.prodname_copilot_short %} usage metrics APIs, which provide detailed, user-level data you can export for further analysis.
* The {% data variables.product.prodname_copilot_short %} usage metrics dashboard, which visualizes 28-day usage trends across your enterprise.
* The code generation dashboard, which breaks down how code is being generated by users and agents across your enterprise.
* The {% data variables.product.prodname_copilot_short %} usage metrics NDJSON export, which offers raw data for custom BI tools or long-term storage.
For a complete list of available metrics and data fields, see [AUTOTITLE](/copilot/reference/copilot-usage-metrics).
@@ -89,6 +90,8 @@ Look for patterns across these signals rather than focusing on any single number
## Next steps
Now that you understand what each {% data variables.product.prodname_copilot_short %} metric measures and how to use them, you can explore the dashboard to see these metrics in action.
Now that you understand what each {% data variables.product.prodname_copilot_short %} metric measures and how to use them, you can explore the dashboards to see these metrics in action.
To learn how to access and interpret these metrics in the {% data variables.product.prodname_copilot_short %} usage metrics dashboard, see [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-for-enterprise/view-usage-and-adoption).
* To view adoption and usage trends across your enterprise, see [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-for-enterprise/view-usage-and-adoption).
* To analyze how code is being generated by users and agents, see [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-for-enterprise/view-code-generation).
* To access these metrics programmatically, see [AUTOTITLE](/rest/copilot/copilot-usage-metrics).