[
https://issues.apache.org/jira/browse/APEXCORE-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390169#comment-15390169
]
ASF GitHub Bot commented on APEXCORE-496:
-----------------------------------------
Github user vrozov commented on a diff in the pull request:
https://github.com/apache/apex-core/pull/361#discussion_r71943358
--- Diff: api/src/main/java/com/datatorrent/api/StatsListener.java ---
@@ -113,6 +113,8 @@
long getLatencyMA();
List<OperatorResponse> getOperatorResponse();
+
+ String getOperatorName();
--- End diff --
Why operator name is part of BatchedOperatorStats when operator name does
not change?
> Provide Operator name to StatsListener
> --------------------------------------
>
> Key: APEXCORE-496
> URL: https://issues.apache.org/jira/browse/APEXCORE-496
> Project: Apache Apex Core
> Issue Type: Task
> Reporter: Tushar Gosavi
> Assignee: Tushar Gosavi
>
> In case of shared statslistener it becomes difficult to identify for which
> operator
> s stats are being processed. we could provide operator name in
> BatchedOperatorStats to easily identify the operator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)