You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description" : "The source to display in the legend for the memory data.",
"type" : "string",
"required" : true
},
{
"title" : "Process Name Regex",
"name" : "processName",
"description" : "A regular expression to match the name of the process.",
"type" : "string"
},
{
"title" : "Process Path Regex",
"name" : "processPath",
"description" : "A regular expression to match the full path of the process.",
"type" : "string"
},
{
"title" : "Process CWD Regex",
"name" : "processCwd",
"description" : "A regular expression to match the current working directory of the process.",
"type" : "string"
},
{
"title" : "Reconcile option",
"name" : "reconcile",
"description" : "How to reconcile in the case that multiple processes match. Set to First Match to use the first matching process, Parent to choose the parent process (useful if process is forked), or Longest Running to pick the process that has been running the longest.",