LB-Yu commented on code in PR #1468:
URL: https://github.com/apache/fluss/pull/1468#discussion_r2259950282


##########
fluss-server/src/main/java/com/alibaba/fluss/server/metrics/group/TabletServerMetricGroup.java:
##########
@@ -75,6 +77,9 @@ public TabletServerMetricGroup(
     @Override
     protected final void putVariables(Map<String, String> variables) {
         variables.put("cluster_id", clusterId);
+        if (rack != null) {
+            variables.put("rack", rack);

Review Comment:
   Put empty string if no rack.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to