You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/reference/copilot-usage-metrics/copilot-usage-metrics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ These metrics appear directly in the {% data variables.product.prodname_copilot_
41
41
| Model usage per day | Daily breakdown of chat model usage. |
42
42
| Model usage per chat mode | Model usage by {% data variables.product.prodname_copilot_short %} feature (Ask, Edit, Agent). |
43
43
| Model usage per language | Distribution of languages broken down by model. |
44
-
| Most used chat model | The most frequently used chat model in the current calendar month. |
44
+
| Most used chat model | The most frequently used chat model in the last 28 days. |
45
45
| Requests per chat mode | Number of chat requests by mode (Ask, Edit, Agent). |
46
46
47
47
## Code generation dashboard metrics
@@ -50,8 +50,8 @@ These metrics appear in the code generation dashboard and provide a breakdown of
50
50
51
51
| Metric | Description |
52
52
|:--|:--|
53
-
| Lines of code changed with AI | Total lines of code added and deleted across all modes during the current calendar month. |
54
-
| Agent contribution | Percentage of lines of code added and deleted by agents (including Edit, Agent, and custom modes) during the current calendar month. |
53
+
| Lines of code changed with AI | Total lines of code added and deleted across all modes in the last 28 days. |
54
+
| Agent contribution | Percentage of lines of code added and deleted by agents (including Edit, Agent, and custom modes) in the last 28 days. |
55
55
| Average lines deleted by agent | Average number of lines automatically deleted by agents on behalf of active users during the current calendar month. |
56
56
| Daily total of lines added and deleted | Total number of lines added to and deleted from the codebase across all modes for each day. |
57
57
| User-initiated code changes | Lines suggested or manually added by users through code completions and chat panel actions (insert, copy, or apply). |
0 commit comments