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

Post stats back to the server #45

Closed
JohnMcLear opened this issue May 9, 2020 · 3 comments
Closed

Post stats back to the server #45

JohnMcLear opened this issue May 9, 2020 · 3 comments

Comments

@JohnMcLear
Copy link
Member

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.

  stats.meter('ep_webrtc_SOME_ERROR').mark();

https://www.npmjs.com/package/measured-core is the exposed library

@JohnMcLear
Copy link
Member Author

@orblivion can you pick this up plz?

@orblivion
Copy link
Contributor

#54

@JohnMcLear
Copy link
Member Author

Thanks!

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

No branches or pull requests

2 participants