You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2018/11/15 22:07:00 UTC

[jira] [Updated] (DRILL-6697) Adding metrics for operators

     [ https://issues.apache.org/jira/browse/DRILL-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vitalii Diravka updated DRILL-6697:
-----------------------------------
    Description: 
It is necessary to investigate, which operators require MetricDef to avoid showing empty metrics info in profiles. Currently all operators with available metrics info are gathered in OperatorMetricRegistry
https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/ops/OperatorMetricRegistry.java#L48


  was:It is necessary to investigate, which operators require MetricDef to avoid showing empty metrics info in profiles. Currently all operators with available metrics info are gathered in OperatorMetricRegistry


> Adding metrics for operators
> ----------------------------
>
>                 Key: DRILL-6697
>                 URL: https://issues.apache.org/jira/browse/DRILL-6697
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Execution - Relational Operators
>    Affects Versions: 1.14.0
>            Reporter: Vitalii Diravka
>            Priority: Minor
>             Fix For: Future
>
>
> It is necessary to investigate, which operators require MetricDef to avoid showing empty metrics info in profiles. Currently all operators with available metrics info are gathered in OperatorMetricRegistry
> https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/ops/OperatorMetricRegistry.java#L48



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)