tengqm commented on code in PR #6470:
URL: https://github.com/apache/gravitino/pull/6470#discussion_r1968641748


##########
core/src/main/java/org/apache/gravitino/metrics/MetricNames.java:
##########
@@ -22,6 +22,12 @@
 public class MetricNames {
   public static final String HTTP_PROCESS_DURATION = 
"http-request-duration-seconds";
   public static final String SERVER_IDLE_THREAD_NUM = 
"http-server.idle-thread.num";
+  public static final String 
ENTITY_STORE_RELATION_DATASOURCE_ACTIVE_CONNECTIONS =
+      "entity-store.relation-datasource.active-connections";
+  public static final String ENTITY_STORE_RELATION_DATASOURCE_IDLE_CONNECTIONS 
=
+      "entity-store.relation-datasource.idle-connections";
+  public static final String ENTITY_STORE_RELATION_DATASOURCE_MAX_CONNECTIONS =
+      "entity-store.relation-datasource.max-connections";

Review Comment:
   why change underscores to dashes?
   



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to