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

feat: Add CopilotUsageChecker class for data analysis

Open DevOps-zhuang opened this issue 1 year ago • 2 comments

The code changes include adding a new file CopilotUsageChecker.ts which contains the implementation of the CopilotUsageChecker class. This class is responsible for performing various checks on the data, such as checking for missing dates, empty breakdowns, and zero activity days. The class also provides a method runChecks() to run all the checks and return the results.

image

DevOps-zhuang avatar Jul 02 '24 16:07 DevOps-zhuang

Data quality of the usage data #54

DevOps-zhuang avatar Jul 02 '24 16:07 DevOps-zhuang

Hey @DevOps-zhuang - do you know what's the reason dates are missing? is that an API issue or by design? can you update your PR with latest main and change the warning so it doesn't go away after few seconds? :)

karpikpl avatar Sep 13 '24 14:09 karpikpl

I think that was already included through a different PR

karpikpl avatar Jan 22 '25 00:01 karpikpl