Emit create-job.options.package_input_folder.{check/uncheck} on "Run job with input folder" checkbox click. Metric name is proposed because it is semantically in line with metrics already being emitted: 1, 2, 3.
Note that by default LogContext is empty so telemetry goes nowhere (Jupyter Scheduler operator needs to overwrite it with a custom logging function to actually use telemetry). So this PR is in line what we are already doing and does not expose Jupyter Scheduler users to anything.
Emit
create-job.options.package_input_folder.{check/uncheck}
on "Run job with input folder" checkbox click. Metric name is proposed because it is semantically in line with metrics already being emitted: 1, 2, 3.Note that by default LogContext is empty so telemetry goes nowhere (Jupyter Scheduler operator needs to overwrite it with a custom logging function to actually use telemetry). So this PR is in line what we are already doing and does not expose Jupyter Scheduler users to anything.