How about making the mapping of "OperatorId" to "OperatorName" ( and other extra information) as a part of the DAG context?
On Mon, Jul 18, 2016 at 10:53 PM Tushar Gosavi <[email protected]> wrote: > Hi All, > > We support shared stats listener, But user do not have any way to > identify the operator for which the stat listener is called. The > BatchedOperatorStats only provides operatorId, and there is no api > available to use to get operator information from operatorId. > > Can we include operator name as part of BatchedOperatorStats? This > will allow users to take decision based on which operator stats are > being processed. > > Regards, > -Tushar. >
