jupyter-server/jupyter-scheduler

Telemetry

sravyasdh opened this issue · 2 comments

Problem

Would like to have a way to track button clicks/ change events of UI components for telemetry.

Proposed Solution

A plugin which we can use in amazon-sagemaker-jupyter-scheduler extension to track these events. The plugin must accept a generic panorama method that is bound on the window as an argument. For example:

if (window && window.panorama) {
    window.panorama(...);
}

Additional context

We need to call the telemetry function for any click/change events in creating/ managing job workflows

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

dlqqq commented

Closed by #448.