You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Karan Mehta (JIRA)" <ji...@apache.org> on 2018/05/10 22:30:00 UTC

[jira] [Created] (CALCITE-2307) Expose Jetty server metrics via Avatica-server

Karan Mehta created CALCITE-2307:
------------------------------------

             Summary: Expose Jetty server metrics via Avatica-server
                 Key: CALCITE-2307
                 URL: https://issues.apache.org/jira/browse/CALCITE-2307
             Project: Calcite
          Issue Type: Improvement
          Components: avatica
            Reporter: Karan Mehta


To know how the jetty server is performing, we need to know its metrics. Eclipse Jetty already provides a way to publish its internal metrics to JMX. However we need to enable it. This involves adding an additional dependency on the jetty-jmx project and adding the MBeanContainter in the server beans. We can customize this via a config parameter if required.

This is essential for PHOENIX-3655

[~elserj] [~apurtell]



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