Add GitHub Copilot Connection and associated dashboards#8728
Merged
klesh merged 4 commits intoapache:mainfrom Feb 26, 2026
Merged
Add GitHub Copilot Connection and associated dashboards#8728klesh merged 4 commits intoapache:mainfrom
klesh merged 4 commits intoapache:mainfrom
Conversation
4 tasks
ce44504 to
76b0ec8
Compare
Contributor
|
Thank you for your contribution! |
3 tasks
Contributor
Author
|
@klesh Thanks! I proposed some fixes to CI. Hopefully it passes now |
Contributor
|
Great job! Thanks for your contribution. |
klesh
approved these changes
Feb 26, 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.
pr-type/feature-development, etc.Summary
Adds a new
gh-copilotplugin that ingests GitHub Copilot usage metrics (org + enterprise + user breakdowns) via GitHub’s Copilot Usage Metrics Reports APIs, including:Does this close any open issues?
Closes #8664
Screenshots
Plugin/Connection

GitHub Copilot Adoption dashboard Screenshot
GitHub Copilot + DORA Correlation Dashboard Screenshots
PR velocity impact: adoption vs cycle time

Adoption intensity: tier distribution and trends

Deployment + change failure rate impact

MTTR + code review time impact

Other Information
go test ./backend/plugins/gh-copilot/...passes locally.