You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Kunal Khatua (JIRA)" <ji...@apache.org> on 2018/04/23 17:41:00 UTC

[jira] [Commented] (DRILL-5892) Distinguish between states for query statistics exposed via JMX

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

Kunal Khatua commented on DRILL-5892:
-------------------------------------

Hi [~josiah]  

Sorry, I seem to have missed this. Please go ahead and assign this to your self. As per my knowledge, no one else has started work on this.

Thanks!

> Distinguish between states for query statistics exposed via JMX
> ---------------------------------------------------------------
>
>                 Key: DRILL-5892
>                 URL: https://issues.apache.org/jira/browse/DRILL-5892
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.11.0
>            Reporter: Kunal Khatua
>            Priority: Major
>             Fix For: Future
>
>
> Currently, the JMX metrics exposed 
> {code:java}
> metrics:name=drill.queries.completed
> metrics:name=drill.queries.running
> metrics:name=drill.queries.enqueued
> {code}
> The completed queries, however, do not distinguish between the outcomes of the completed queries.
> The proposal is to also provide success, failed, cancelled and timeout (yet to implement) states.
> {code:xml}
>   "metrics:name=drill.queries" : {
>     "completed" : {
>       "successful": INTEGER,
>       "failed": INTEGER,
>       "cancelled": INTEGER,
>       "timeout": INTEGER
>     },
>     "running" : INTEGER,
>     "enqueued" : {
>       "small" : INTEGER,
>       "large" : INTEGER
>       }
>     }
> {code}



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