copilot-metrics-viewer icon indicating copy to clipboard operation
copilot-metrics-viewer copied to clipboard

Tool to visualize the Copilot metrics provided via the Copilot Business Metrics API (current in public beta)

Results 55 copilot-metrics-viewer issues
Sort by recently updated
recently updated
newest added

the Logo image link is broken because there is no assets folder

- Include a Dockerfile for easier build (generated by Copilot :-) ) - Slightly updated README.md to mention it

Following the addition of persistent storage, it will likely be helpful for users to have the ability to select start and end dates for the data visualizations on each page.

enhancement

As documented, the API contains metrics for the prior 28 days. It would be useful if there would be a way to configure this to support a 'local' json file...

enhancement

Recommend emphasizing that support / questions should be submitted as an issue on this repo, not through GitHub support, either by pushing it up in the Readme or in some...

In order to see Editors usage as well, I changed the existing LanguagesBreakdown component to be more generic so that both Languages and Editors require less effort to maintain. ![github...

In the .env file, there is an option to connect with a GitHub Personal Access Token: ```VUE_APP_GITHUB_TOKEN=``` In large organizations, there are policies against over granting privileges to tokens for...

enhancement

Hi, I just discovered this great project. Please consider building and hosting the [**docker image**](https://github.com/github-copilot-resources/copilot-metrics-viewer/blob/main/Dockerfile) using GitHub Actions and the GitHub Container Registery (**GHCR**). It would ease the usage of...

enhancement

This pull request primarily focuses on improving the handling of environment variables in the `GitHubApi.ts` and `MainComponent.vue` files. The changes include adding a console log to notify when mock data...