You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/01 20:53:00 UTC

[jira] [Commented] (DRILL-5909) need new JMX metrics for (FAILED and CANCELED) queries

    [ https://issues.apache.org/jira/browse/DRILL-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234733#comment-16234733 ] 

ASF GitHub Bot commented on DRILL-5909:
---------------------------------------

GitHub user prasadns14 opened a pull request:

    https://github.com/apache/drill/pull/1019

    DRILL-5909: Added new Counter metrics

    Added new metrics to capture succeeded, failed and canceled queries count.
    
    @paul-rogers please review

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prasadns14/drill DRILL-5909

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1019.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1019
    
----
commit a05094a7d190f81cfe7b5222a48dce8707467313
Author: Prasad Nagaraj Subramanya <pr...@gmail.com>
Date:   2017-11-01T20:49:43Z

    DRILL-5909: Added new Counter metrics

----


> need new JMX metrics for (FAILED and CANCELED) queries
> ------------------------------------------------------
>
>                 Key: DRILL-5909
>                 URL: https://issues.apache.org/jira/browse/DRILL-5909
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Monitoring
>    Affects Versions: 1.11.0, 1.12.0
>            Reporter: Khurram Faraaz
>            Assignee: Prasad Nagaraj Subramanya
>            Priority: Major
>
> we have these JMX metrics today
> {noformat}
> drill.queries.running
> drill.queries.completed
> {noformat}
> we need these new JMX metrics
> {noformat}
> drill.queries.failed
> drill.queries.canceled
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)