Skip to content

Commit 0247f77

Browse files
[2026-03-13] Organization CLI Metrics [GA] (#60182)
1 parent d9d6f96 commit 0247f77

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,15 @@ For example schemas of the data returned by the APIs, see [AUTOTITLE](/copilot/r
9191
| `totals_by_language_feature` | Breakdown combining language and feature dimensions. |
9292
| `totals_by_model_feature` / `totals_by_language_model` | Model-specific breakdowns for chat activity (not completions). |
9393
| `last_known_ide_version` / `last_known_plugin_version` | The most recent IDE and {% data variables.copilot.copilot_chat_short %} extension version detected for each user. |
94-
| `daily_active_cli_users` | Number of unique users in the enterprise who used {% data variables.product.prodname_copilot_short %} via the CLI on a given day. This field is **independent** of IDE active user counts and is **not** included in IDE-based active user definitions. Omitted for enterprises with no CLI usage on that day. |
95-
| `totals_by_cli` | Breakdown of CLI-specific metrics for the enterprise on a given day. Independent of IDE metrics—CLI usage is **not** reflected in other fields such as `totals_by_ide` or `totals_by_feature`. Omitted for enterprises with no CLI usage on that day. See [{% data variables.copilot.copilot_cli_short %} metrics fields](#copilot-cli-metrics-fields-api-only) below. |
94+
| `daily_active_cli_users` | Number of unique users in the enterprise or organization who used {% data variables.product.prodname_copilot_short %} via the CLI on a given day. This field is **independent** of IDE active user counts and is **not** included in IDE-based active user definitions. Omitted for enterprises or organizations with no CLI usage on that day. |
95+
| `totals_by_cli` | Breakdown of CLI-specific metrics for the enterprise or organization on a given day. Independent of IDE metrics—CLI usage is **not** reflected in other fields such as `totals_by_ide` or `totals_by_feature`. Omitted for enterprises or organizations with no CLI usage on that day. See [{% data variables.copilot.copilot_cli_short %} metrics fields](#copilot-cli-metrics-fields-api-only) below. |
9696
| `used_cli` | Captures whether the user has used {% data variables.copilot.copilot_cli_short %} that day. |
9797
| `used_agent` | Captures whether the user has used IDE agent mode that day. |
9898
| `used_chat` | Captures whether the user has used IDE chat that day. |
9999

100-
101100
### {% data variables.copilot.copilot_cli_short %} metrics fields (API only)
102101

103-
The `totals_by_cli` object contains the following nested fields when CLI usage is present. These metrics are currently only available in the enterprise-level and user-level reports.
102+
The `totals_by_cli` object contains the following nested fields when CLI usage is present.
104103

105104
| Field | Description |
106105
|:--|:--|
@@ -110,7 +109,7 @@ The `totals_by_cli` object contains the following nested fields when CLI usage i
110109
| `totals_by_cli.token_usage.prompt_tokens_sum` | Total number of prompt tokens sent across all CLI requests on this day. |
111110
| `totals_by_cli.token_usage.avg_tokens_per_request` | Average number of **output** and **prompt** tokens per CLI request, computed as `(output_tokens_sum + prompt_tokens_sum) ÷ request_count`.|
112111
| `totals_by_cli.prompt_count` | Total number of user prompts, commands, or queries executed within a session. |
113-
| `totals_by_cli.last_known_cli_version` | Most recent Copilot CLI version detected for the user that day. |
112+
| `totals_by_cli.last_known_cli_version` | Most recent {% data variables.copilot.copilot_cli_short %} version detected for the user that day. |
114113

115114
### Pull request activity fields (API only)
116115

0 commit comments

Comments
 (0)