-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: Add support for performance metrics #811
Conversation
Let's avoid having the user configure a The renderer can just configure it's metrics aggregator on init. |
Currently the main/renderer inits just call their respective node/browser inits with options. We'd need an Electron client to set aggregator. It's probably more flexible to just add the |
Closes #803
To enable metrics, you follow the same instructions as for node in the main process:
In the renderer, no metric specific config is required: