{
"name": "root",
"type": "PostProcessor",
"params": {
"type": "THRESHOLD",
"component.ignore": "true",
"component.min": "100",
"component.max": "10000000",
"component.valueName": "controlMetric", # customize label
"component.timestamp": "ts", # time column of the side input
"component.metric": "sideMetric" # column to threshold on in the side input
},
"inputs": [
{
"sourcePlanNode": "anomalyDetector"
},
{
"targetProperty": "current",
"sourcePlanNode": "controlDataFetcher",
"sourceProperty": "controlDataOutput"
}
]
}