You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gary Helmling (JIRA)" <ji...@apache.org> on 2011/01/06 20:40:45 UTC

[jira] Updated: (HBASE-3424) Coprocessors: Add metrics for custom RPC methods called through HTable.coprocessorExec()

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

Gary Helmling updated HBASE-3424:
---------------------------------

    Component/s: ipc
    Description: Currently HBaseRpcMetrics only reports on known RPC methods in core HBase.  With HBASE-3405 we added hooks to register metrics for new methods.  We can make use of these for tabulating metrics on custom CoprocessorProtocol extensions invoked through HTable.coprocessorProxy() and HTable.coprocessorExec().
       Priority: Minor  (was: Major)
        Summary: Coprocessors: Add metrics for custom RPC methods called through HTable.coprocessorExec()  (was: Add metrics for custom RPC methods called through HTable.coprocessorExec())

> Coprocessors: Add metrics for custom RPC methods called through HTable.coprocessorExec()
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-3424
>                 URL: https://issues.apache.org/jira/browse/HBASE-3424
>             Project: HBase
>          Issue Type: Sub-task
>          Components: ipc
>            Reporter: Gary Helmling
>            Priority: Minor
>
> Currently HBaseRpcMetrics only reports on known RPC methods in core HBase.  With HBASE-3405 we added hooks to register metrics for new methods.  We can make use of these for tabulating metrics on custom CoprocessorProtocol extensions invoked through HTable.coprocessorProxy() and HTable.coprocessorExec().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.