Skip to content

Commit d371058

Browse files
authored
Correct card metrics definition (#59345)
1 parent e5d9629 commit d371058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/copilot/reference/copilot-usage-metrics/copilot-usage-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ These metrics appear directly in the {% data variables.product.prodname_copilot_
4141
| Model usage per day | Daily breakdown of chat model usage. |
4242
| Model usage per chat mode | Model usage by {% data variables.product.prodname_copilot_short %} feature (Ask, Edit, Agent). |
4343
| 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. |
4545
| Requests per chat mode | Number of chat requests by mode (Ask, Edit, Agent). |
4646

4747
## Code generation dashboard metrics
@@ -50,8 +50,8 @@ These metrics appear in the code generation dashboard and provide a breakdown of
5050

5151
| Metric | Description |
5252
|:--|:--|
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. |
5555
| Average lines deleted by agent | Average number of lines automatically deleted by agents on behalf of active users during the current calendar month. |
5656
| Daily total of lines added and deleted | Total number of lines added to and deleted from the codebase across all modes for each day. |
5757
| 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

Comments
 (0)