Jackie-Jiang commented on a change in pull request #4392: Allow customized 
metrics prefix in pinot controller/broker/server
URL: https://github.com/apache/incubator-pinot/pull/4392#discussion_r306587213
 
 

 ##########
 File path: 
pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java
 ##########
 @@ -124,6 +124,7 @@ public ServerType getServerType() {
     public static final String ROUTING_TABLE_CONFIG_PREFIX = 
"pinot.broker.routing.table";
     public static final String ACCESS_CONTROL_CONFIG_PREFIX = 
"pinot.broker.access.control";
     public static final String METRICS_CONFIG_PREFIX = "pinot.broker.metrics";
+    public static final String METRICS_NAME_PREFIX = 
"pinot.broker.metrics.prefix";
 
 Review comment:
   CONFIG_OF_METRICS_PREFIX?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to