Skip to content

Commit 7afd431

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4d8c883 commit 7afd431

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ Per-user reports contain one record per user for the reporting period. The 28-da
111111
| `used_copilot_code_review_active` | `boolean` | Yes | Whether the user actively engaged with {% data variables.copilot.copilot_code-review_short %} that day. A user is considered active if they manually requested a {% data variables.product.prodname_copilot_short %} review, or applied a {% data variables.product.prodname_copilot_short %} review suggestion. Null when there is no {% data variables.copilot.copilot_code-review_short %} signal for the user that day. |
112112
| `used_copilot_code_review_passive` | `boolean` | Yes | Whether the user had {% data variables.product.prodname_copilot_short %} automatically assigned to review their pull request that day, without actively engaging with the review. Null when there is no {% data variables.copilot.copilot_code-review_short %} signal for the user that day. |
113113
| `ai_adoption_phase` | `object` | No | The user's AI adoption phase for the day. Always present; defaults to the "No Cohort" phase. See [AI adoption phase fields](#ai-adoption-phase-fields). |
114-
| `ai_credits_used` | `number` | No | Total AI credits consumed by the user on this day. |
115-
| `used_copilot_cloud_agent` | `boolean` | No | Whether the user used Copilot cloud agent that day. |
116-
| `used_copilot_coding_agent` | `boolean` | No | Whether the user used Copilot cloud agent that day. Carries the same value as `used_copilot_cloud_agent`; both names are retained for backward compatibility. |
114+
| `ai_credits_used` | `number` | No | Total {% data variables.product.prodname_ai_credits_short %} consumed by the user on this day. |
117115
| `totals_by_cli` | `object` | Yes | CLI-specific metrics for the user. Omitted when the user had no {% data variables.copilot.copilot_cli_short %} usage that day. See [{% data variables.copilot.copilot_cli_short %} metrics fields](#copilot-cli-metrics-fields). |
118116
| `totals_by_ide` | `array` | No | Per-IDE breakdown of the user's activity. See [Activity breakdown objects](#activity-breakdown-objects). |
119117
| `totals_by_feature` | `array` | No | Per-feature breakdown of the user's activity. See [Activity breakdown objects](#activity-breakdown-objects). |

0 commit comments

Comments
 (0)