AI觉醒星球
Awakening is here
Knowledge File / 全球热点解读
2026-06-16 12 浏览 公开

趋势解读:Copilot usage metrics now include more of your,提升开发者接入体验

Copilot 使用情况指标报告现在除了客户端信号之外还利用服务器端遥测,因此更多的活跃 Copilot 用户会显示在报告中。

SOURCE / 全球热点解读 MIN / 9 ACCESS / 公开 POST / 2026-06-16 05:30:13

原贴

查看原文
作者:Allison 来源站点:github.blog 原贴时间:

原文

Copilot usage metrics reports now draw on server-side telemetry in addition to client signals, so more of your active Copilot users show up in reports. Enterprise usage reports returned by the Copilot usage metrics API now surface active users that client-side telemetry alone would have missed, giving you a more complete and consistent picture of who is using Copilot. Copilot usage reports have historically been built from client-side telemetry emitted by IDEs and other clients. That telemetry is the richest source we have, but it does not always reach us. Network conditions, proxy configurations, client settings, and other factors outside of your control or ours can prevent a client from reporting activity. When that happened, an active, billed user could be absent from your reports. This update incorporates additional server-side telemetry to identify active users. Any active user we can confirm from the server side who was not already captured from client telemetry is now included in your enterprise single-day and 28-day reports, increasing your daily active user (DAU) coverage. These newly surfaced users are fully identified and counted toward your active user totals. What server-side telemetry does not yet carry is the rich, per-interaction detail that client telemetry provides (i.e., the specific IDE, feature, model, and lines-of-code activity). So for these users, the high-level counts go up while the detailed breakdowns stay empty until richer telemetry is available for them. Suppose an enterprise single-day report previously showed 1,000 daily active users, all sourced from client telemetry. With this change, that same report might now show 1,050. The extra 50 are users we confirmed were active from server-side telemetry but never received client telemetry for. In practice, your active user and DAU counts immediately become more complete, while the dimensional breakdowns (such as totals_by_ide and totals_by_feature ) won’t yet reflect these users, so a larger share of activity may appear unattributed. Top-level totals and breakdowns for your existing users are unchanged. This is the first step in a broader effort to bring server-side signals into Copilot metrics. Users surfaced from server-side telemetry are now included, and upcoming releases will progressively attribute richer per-feature and per-surface detail to them, filling in those empty breakdowns over time. More consistency across your data: Usage reports line up more closely with what you see in the activity log and billing, reducing the gaps that drive support escalations about “missing” users. Resilient by design: Combining server-side and client-side signals means a single client-side hiccup no longer erases a user from your reports. Visit our API documentation to learn more. Join the discussion within GitHub Community .

中文翻译

Copilot 使用情况指标报告现在除了客户端信号之外还利用服务器端遥测,因此更多的活跃 Copilot 用户会显示在报告中。 Copilot 使用指标 API 返回的企业使用情况报告现在可以显示仅客户端遥测会错过的活跃用户,从而让您更完整、一致地了解谁在使用 Copilot。历史上,Copilot 使用情况报告是根据 IDE 和其他客户端发出的客户端遥测数据构建的。遥测数据是我们拥有的最丰富的资源,但它并不总是到达我们身边。网络条件、代理配置、客户端设置以及您或我们无法控制的其他因素可能会阻止客户端报告活动。发生这种情况时,活跃的付费用户可能会从您的报告中消失。此更新包含额外的服务器端遥测技术来识别活跃用户。我们可以从服务器端确认的尚未从客户端遥测捕获的任何活跃用户现在都包含在您的企业单日和 28 天报告中,从而增加了每日活跃用户 (DAU) 覆盖范围。这些新出现的用户已被完全识别并计入您的活跃用户总数。服务器端遥测尚不具备客户端遥测提供的丰富的每次交互详细信息(即特定的 IDE、功能、模型和代码行活动)。因此,对于这些用户来说,高级计数会增加,而详细的细分仍为空,直到为他们提供更丰富的遥测数据为止。假设之前的一份企业单日报告显示 1,000 个每日活跃用户,全部来自客户端遥测。经过此更改,同一份报告现在可能显示 1,050。额外的 50 个用户是我们通过服务器端遥测确认处于活动状态但从未收到客户端遥测的用户。实际上,您的活跃用户和 DAU 计数会立即变得更加完整,而维度细分(例如 Totals_by_ide 和 Totals_by_feature )尚未反映这些用户,因此较大份额的活动可能会出现未归因的情况。现有用户的顶级总计和细分未更改。这是将服务器端信号纳入 Copilot 指标的更广泛努力的第一步。现在包括从服务器端遥测出现的用户,即将发布的版本将逐步为他们提供更丰富的每个功能和每个表面细节,随着时间的推移填补这些空的故障。数据更加一致:使用情况报告与您在活动日志和计费中看到的内容更加一致,从而减少了导致“缺失”用户的支持升级的差距。弹性设计:结合服务器端和客户端信号意味着单个客户端故障不再会从报告中删除用户。请访问我们的 API 文档以了解更多信息。加入 GitHub 社区内的讨论。

核心信息

Copilot 使用情况指标报告现在除了客户端信号之外还利用服务器端遥测,因此更多的活跃 Copilot 用户会显示在报告中。

  • Copilot指标新增服务器端遥测,活跃用户统计更完整。
  • 单日DAU覆盖提升,但详细维度数据暂为空。
  • 解决了客户端遥测丢失导致用户缺失的问题。
  • 未来将逐步丰富服务器端遥测的详细信息。

详细解读

这是什么信号

这条内容来自 GitHub Changelog,核心是 Copilot 使用指标新增服务器端遥测,使得活跃用户统计更完整。这不是孤立的功能更新,而是 GitHub 在开发者工具数据透明度上的持续投入信号。

为什么重要

此前 Copilot 使用报告依赖客户端遥测,常因网络、代理等原因丢失活跃用户数据,导致报告不准确。新方案通过服务器端遥测补充,直接提升 DAU 覆盖,减少企业与实际账单之间的数据 gap。对于采用 Copilot Enterprise 的公司,这意味着更准确的用量监控和成本分摊依据。

对谁有价值

对 GitHub 企业管理员:能更真实反映团队 Copilot 采纳率,支持资源分配决策。对 OPC 类内容系统:可作为“工具变化如何影响研发管理”的典型案例,用于栏目选题或深度文章素材。对开发者:虽不直接感知,但背后改善的遥测体系会间接优化产品体验。

可以怎么行动

企业管理员应更新 API 调用,利用新指标对齐预算和实际使用;内容运营可将此动态纳入“AI 开发工具周报”;产品团队可跟踪后续版本,等待更细粒度数据补齐后用于用户行为分析。

风险或限制

当前服务器端遥测缺失交互细节(如具体 IDE、功能等),导致维度分解为空,不能完全替代客户端数据。企业若依赖细粒度数据做决策,需等待后续更新。另外,新增用户可能只是短暂活跃,需结合其他指标防止过度解读。

信息差价值

信息差价值:很多企业仍在使用旧的客户端遥测报告,认为 DAU 偏低是正常现象。本更新揭示了一个隐藏问题——实际活跃用户可能被低估 5% 以上。及时了解这一变化,能让企业在预算和培训投入上做出更精准判断。

业务启发:将此案例类比到其他 AI 工具的使用监控,可推动团队审视现有依赖单点数据源的报告体系。当数据源从单一客户端变为客户端+服务端混合时,能显著提升决策依据的可靠性。

可沉淀动作:在内容系统中建立“工具变化跟踪”分类,定期收录类似官方更新,并撰写对比分析(如更新前后指标差异的影响)。同时,为企业客户编写《Copilot 使用报告最佳实践》,将这次更新作为其中一节。

参考来源

上一篇 OpenAI Developers:发布插件相关更新(Use the OpenAI Developers plugin in Codex to) 下一篇 GitHub Copilot CLI 初学者指南:常用斜杠命令概览