We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Etherpad has a stats method available, it also has the ability to push error msgs back to the server.
stats
We should grab ep_webrtc errors (with the plugin), post them to the server and then include them in the stats results.
See https://video.etherpad.com/metrics for how to see stats as graphis See https://video.etherpad.com/stats for how to see stats
Afaik we would just $.post the error back to a newly exposed endpoint then write the values with.
stats.meter('ep_webrtc_SOME_ERROR').mark();
https://www.npmjs.com/package/measured-core is the exposed library
The text was updated successfully, but these errors were encountered:
@orblivion can you pick this up plz?
Sorry, something went wrong.
#54
Thanks!
No branches or pull requests
Etherpad has a
stats
method available, it also has the ability to push error msgs back to the server.We should grab ep_webrtc errors (with the plugin), post them to the server and then include them in the
stats
results.See https://video.etherpad.com/metrics for how to see stats as graphis
See https://video.etherpad.com/stats for how to see stats
Afaik we would just $.post the error back to a newly exposed endpoint then write the values with.
https://www.npmjs.com/package/measured-core is the exposed library
The text was updated successfully, but these errors were encountered: