π Daily Copilot Token Consumption Report β 2026-03-04 #19577
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-03-07T11:26:29.472Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Executive Summary
Over the tracked period (2026-03-03 β 2026-03-04), Copilot-powered agentic workflows consumed 66,402,651 tokens across 78 workflow runs covering 49 unique workflows. Of those runs, 53 produced token data while 20 runs reported zero tokens (these correspond to workflows that errored out before the agent produced output). The error rate was 30.8% (24 errors across 78 runs), with most errors concentrated on 2026-03-03 (21 errors vs 3 on 2026-03-04).
Key Highlights
π Token Usage Trends
Token consumption jumped from 27.2M on 2026-03-03 to 39.2M on 2026-03-04 (+44%), while both days had identical run counts (39 each). This delta reflects higher-cost one-off workflows being triggered on Mar 4 (Slide Deck Maintainer, Documentation Noob Tester, Smoke Multi PR, Glossary Maintainer each consuming 3β5.7M tokens per run).
π Top Workflows by Token Consumption
Top 10 Most Token-Intensive Workflows
Together the top 10 account for ~82% of all token consumption.
π Workflow Runs vs Errors
Error count improved dramatically from 21 errors on 2026-03-03 to 3 errors on 2026-03-04. This likely reflects a fix or infrastructure improvement that resolved a batch of workflow failures overnight.
π‘ Insights & Recommendations
High-Consumption Workflows
Example: Custom Error Patterns β 15.6M tokens (23.5% of all consumption), 3 runs, avg 5.2M tokens each
Chroma Issue Indexer β 10.1M tokens, 6 runs (highest run count among heavy consumers), avg 1.7M/run
Slide Deck Maintainer + Documentation Noob Tester β ~10.8M combined from single runs
Optimization Opportunities
Reduce high-frequency test/example workflows
Example: Custom Error Patterns(3 runs Γ 5.2M = 15.6M tokens)workflow_dispatchonly or reduce to weeklyIncremental indexing for Chroma Issue Indexer
Chroma Issue Indexer(6 runs Γ 1.7M = 10.1M tokens)Error recovery for 20 zero-token workflows
Context window optimization for long-running workflows
Documentation Noob Tester(14.8m, 5M tokens) andSlide Deck Maintainer(12.5m, 5.7M) suggest large context accumulationPer-Workflow Detailed Statistics (All 49 Workflows)
Methodology & Data Quality Notes
Methodology
/tmp/gh-aw/copilot-logs.json/tmp/gh-aw/repo-memory/default/token-metrics-history.jsonlData Quality Notes
total_costreported as$0in the telemetry feed; USD estimates will appear once billing metadata is connected4.3m,19.0s) and may have minor roundingReferences:
Beta Was this translation helpful? Give feedback.
All reactions