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

ASF GitHub Bot commented on PHOENIX-7038:
-----------------------------------------

ranganathg commented on code in PR #1682:
URL: https://github.com/apache/phoenix/pull/1682#discussion_r1338338845


##########
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java:
##########
@@ -28,6 +28,10 @@
 import static 
org.apache.phoenix.query.QueryServices.CLIENT_SPOOL_THRESHOLD_BYTES_ATTRIB;
 import static 
org.apache.phoenix.query.QueryServices.COLLECT_REQUEST_LEVEL_METRICS;
 import static org.apache.phoenix.query.QueryServices.COMMIT_STATS_ASYNC;
+import static 
org.apache.phoenix.query.QueryServices.CONNECTION_QUERY_SERVICE_HISTOGRAM_SIZE_RANGES;
+import static 
org.apache.phoenix.query.QueryServices.CONNECTION_QUERY_SERVICE_METRICS_ENABLED;
+import static 
org.apache.phoenix.query.QueryServices.CONNECTION_QUERY_SERVICE_METRICS_PUBLISHER_ENABLED;
+import static 
org.apache.phoenix.query.QueryServices.CONNECTION_QUERY_SERVICE_METRICS_PUBLISH_CLASS_NAME;

Review Comment:
   PUBLISHER_CLASSNAME?





> Implement Phoenix Connection Profile Metrics
> --------------------------------------------
>
>                 Key: PHOENIX-7038
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-7038
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Mihir Monani
>            Assignee: Mihir Monani
>            Priority: Major
>
> With JDBC connection profile string, Clients can provide connection profile 
> name. With use of Connection Profile, different kinds of clients/use-case in 
> single JVM can create connection with different configuration like time-outs, 
> retries, sleep between retries. 
> Connection URL Example : jdbc:phoenix:localhost:2181:CONN_PROFILE_2
> Here CONN_PROFILE_2 is connection profile name.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to