Skip to main content

Metrics data properties for GitHub Copilot

See how GitHub calculates properties from APIs and reports.

last_activity_at

注意

This data is in 公共预览版 and subject to change.

The timestamp of a user's most recent interaction with Copilot functionality.

Surfaces

This property is consistent across the following surfaces:

Calculation

The following interactions count as activity:

  • Receiving a code suggestion in an IDE
  • Chatting with Copilot Chat in an IDE
  • Creating or updating a knowledge base
  • Creating a pull request summary
  • Interacting with Copilot Chat in GitHub
  • Interacting with Copilot on a mobile device
  • Interacting with Copilot Chat for CLI

The tracked events come from both client- and server-side telemetry, ensuring the timestamp is durable if network conditions affect client-side telemetry.

Processing new telemetry events and updating a user's last_activity_at date can take up to 24 hours. Users must have telemetry enabled in their IDE for their usage to be reflected in last_activity_at.

Retention period

  • The retention period for last_activity_at data is 90 days. This cannot be modified.
  • After 90 days of no new activity, a user's last_activity_at value is set to nil.

For more information, see Updating retention period for last_activity_at values on the Copilot user management API to 90 days on the GitHub Blog.

Copilot activity report

The Copilot activity report shows user activity data for an organization or enterprise.

Data in the report refreshes automatically every 30 minutes.

Fields

FieldDescription
report_timeUTC timestamp when the report was generated
loginGitHub username of the Copilot user
last_authenticated_atUTC timestamp of the user's most recent authentication
last_activity_atUTC timestamp of the user's most recent Copilot interaction
last_surface_usedThe Copilot feature used most recently:
  • IDE: Editor name and version (e.g. "VS Code 1.89.1")
  • GitHub.com: Feature name (e.g., "Copilot Chat")
  • Unspecified: When IDE details are unavailable or no recent activity exists

Included features

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.

IDE features

  • Code completions and Next edit suggestions
  • Copilot Chat
  • Copilot agents

GitHub features

  • Copilot Chat
  • Copilot for Docs
  • Knowledge base management
  • Copilot pull requests
  • Copilot code reviews

Retention period

Activity and authentication data are retained for a rolling 90-day period, consistent with the last_activity_at field.