...
When profiling is selected for jobs executing on the
D s server |
---|
Disable Profiling Option
Profiling is invoked at job execution time by the user. See Run Job Page.
To disable user choice through the UI, set the following parameter:
Code Block |
---|
"profiler.userOption": false, |
When the above setting is disabled:
- Any available checkbox no longer works. User cannot choose whether to profile or not.
- Profiles are always executed.
Info |
---|
NOTE: This setting does not affect profiling through the APIs. Profiling can always be enabled or disabled for jobs that are executed via API. |
To disable user choice through the UI, set the following parameter:
Code Block |
---|
"profiler.userOption": false, |
Info |
---|
NOTE: Profiling can still be enabled for jobs that are executed via the CLI or API. |