Standardize metric naming across daily reports with shared glossary#10523
Merged
Standardize metric naming across daily reports with shared glossary#10523
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create metrics glossary for daily reports
Standardize metric naming across daily reports with shared glossary
Jan 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Daily reports used inconsistent metric names ("issues_7d" vs "issues_opened_7d", "Open Issues" 13 vs 10), making cross-report validation unreliable. Each workflow was developed independently without shared vocabulary.
Changes
Created
specs/metrics-glossary.mdissues_analyzed: Daily Issues = 1000 total, Issue Arborist = 100 open without parent)Standardized 7 daily reports
daily-issues-report.md:issues_7d→issues_opened_7d, added scope commentsdaily-firewall-report.md:firewall_requests_total,firewall_requests_allowed,firewall_domains_blockeddaily-observability-report.md:firewall_enabled_workflows,runs_with_complete_logscopilot-agent-analysis.md:agent_prs_total,agent_prs_merged,agent_success_ratedaily-regulatory.md: scope-aware validation logicExample scope documentation
Regulatory validation improvements
All metrics now reference glossary. Regulatory report checks scopes before flagging discrepancies. Python/shell code includes scope comments.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.