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/metrics-data.md
+24-12Lines changed: 24 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@ This property is consistent across the following surfaces:
28
28
The following interactions count as activity:
29
29
30
30
* Receiving a code suggestion in an IDE
31
-
* Chatting with Copilot Chat in an IDE
31
+
* Chatting with {% data variables.copilot.copilot_chat_short %} in an IDE
32
32
* Creating or updating a knowledge base
33
-
*Creating a pull request summary
34
-
* Interacting with Copilot Chat in GitHub
33
+
*Generating a pull request summary
34
+
* Interacting with {% data variables.copilot.copilot_chat_short %} in GitHub
35
35
* Interacting with Copilot on a mobile device
36
-
* Interacting with Copilot Chat for CLI
36
+
* Interacting with {% data variables.copilot.copilot_chat_short %} for CLI
37
37
38
38
The tracked events come from both client- and server-side telemetry, ensuring the timestamp is durable if network conditions affect client-side telemetry.
39
39
@@ -62,24 +62,36 @@ Data in the report refreshes automatically every 30 minutes.
62
62
|`last_activity_at`| UTC timestamp of the user's most recent Copilot interaction |
63
63
|`last_surface_used`| The Copilot feature used most recently:<br><ul><li>**IDE**: Editor name and version (e.g. "VS Code 1.89.1")</li><li>**GitHub.com**: Feature name (e.g., "Copilot Chat")</li><li>**Unspecified**: When IDE details are unavailable or no recent activity exists</ul> |
64
64
65
+
### Retention period
66
+
67
+
Activity and authentication data are retained for a rolling 90-day period, consistent with the `last_activity_at` field.
68
+
65
69
### Included features
66
70
67
71
The activity report provides visibility into usage of all generally available (GA) GitHub Copilot features in the IDE, on GitHub, in GitHub CLI, and on GitHub Mobile.
68
72
69
73
#### IDE features
70
74
71
-
* Code completions and Next edit suggestions
72
-
* Copilot Chat
73
-
* Copilot agents
75
+
* Code completions
76
+
* {% data variables.copilot.next_edit_suggestions_caps %}
77
+
* {% data variables.copilot.copilot_chat_short %}
78
+
* Agent mode
79
+
* {% data variables.copilot.copilot_edits_short %} in VS Code
74
80
75
81
#### GitHub features
76
82
77
-
* Copilot Chat
83
+
* {% data variables.copilot.copilot_chat_short %}
84
+
* {% data variables.copilot.copilot_coding_agent %}
78
85
* Copilot for Docs
79
86
* Knowledge base management
80
-
*Copilot pull requests
81
-
*Copilot code reviews
87
+
*{% data variables.copilot.copilot_for_prs %}
88
+
*{% data variables.copilot.copilot_code-review_short %}
82
89
83
-
### Retention period
90
+
### Limitations
84
91
85
-
Activity and authentication data are retained for a rolling 90-day period, consistent with the `last_activity_at` field.
92
+
There is a possibility that {% data variables.product.github %} lacks consistent telemetry from some third party IDEs outside of VS Code (such as JetBrains and Xcode). Users should ensure they're running the latest version of their IDE.
93
+
94
+
The activity report may exclude usage of {% data variables.product.prodname_copilot %} features that are not yet generally available (GA). Currently, the following features are not fully recorded:
0 commit comments