You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/08/01 11:55:00 UTC

[jira] [Commented] (PHOENIX-4022) Add PhoenixMetricsLog interface that can be used to log metrics for queries and mutations.

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

Hudson commented on PHOENIX-4022:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-master #1724 (See [https://builds.apache.org/job/Phoenix-master/1724/])
PHOENIX-4022 Add PhoenixMetricsLog interface that can be used to log (thomas: rev 534fa05dad66cc8aedfcbc6622bfbbd8ed714b73)
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/DelegatePreparedStatement.java
* (delete) phoenix-core/src/it/java/org/apache/phoenix/trace/DelegateConnection.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/LoggingPhoenixPreparedStatement.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/LoggingPhoenixStatement.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/LoggingPhoenixResultSet.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/LoggingPhoenixConnection.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixMetricsLog.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/DelegateStatement.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/monitoring/PhoenixMetricsIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/trace/BaseTracingTestIT.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/DelegateConnection.java
* (add) phoenix-core/src/main/java/org/apache/phoenix/jdbc/DelegateResultSet.java


> Add PhoenixMetricsLog interface that can be used to log metrics for queries and mutations. 
> -------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-4022
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4022
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Thomas D'Silva
>            Assignee: Thomas D'Silva
>             Fix For: 4.12.0
>
>         Attachments: PHOENIX-4022.patch, PHOENIX-4022-v2.patch, PHOENIX-4022-v3.patch, PHOENIX-4022-v4.patch
>
>
> Create a wrapper for PhoenixConnection, PhoenixStatement, PhoenixPreparedStatement and PhoenixResultSet that automatically calls the PhoenixMetricsLog logging methods so users don't have to instrument this themselves.



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