Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom Data collect #14

Open
fadomire opened this issue Mar 1, 2019 · 1 comment
Open

custom Data collect #14

fadomire opened this issue Mar 1, 2019 · 1 comment

Comments

@fadomire
Copy link

fadomire commented Mar 1, 2019

Hello, thanks for this great project

it would be cool if we could choose the Data collected

typically, i'm using performance.mark and performance.measure to track key execution time in my app

those measure are reported in lighthouse report as "User Timing marks and measures" in the performance part
for e.g :
Name | Type | Start Time | Duration
ui:init | Measure | 848.8 ms | 214.87 ms

i'd like to include them in Garie dashboards

@fadomire
Copy link
Author

fadomire commented Mar 1, 2019

after taking a look at the code, it seems collected audits are hardcoded
const auditData = ['errors-in-console', 'time-to-first-byte', 'interactive', 'redirects'];
the audit i want to collect is user-timings i think

maybe the auditData can be specified via config ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant