Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/242#discussion_r116869793
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java 
---
    @@ -272,6 +278,11 @@
         public static final String DEFAULT_IMMUTABLE_STORAGE_SCHEME = 
ImmutableStorageScheme.SINGLE_CELL_ARRAY_WITH_OFFSETS.toString();
         public static final String 
DEFAULT_MULTITENANT_IMMUTABLE_STORAGE_SCHEME = 
ImmutableStorageScheme.ONE_CELL_PER_COLUMN.toString();
     
    +    public static final Integer DEFAULT_PHOENIX_PQS_REPORTING_INTERVAL_MS 
= 10000; // 10 sec
    +    public static final String DEFAULT_PHOENIX_PQS_TYPE_OF_SINK = "file";
    +    public static final boolean DEFAULT_PHOENIX_QUERY_SERVER_METRICS = 
true;
    --- End diff --
    
    I think this should be off by default and something have to opt-in to 
enable.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to