Skip to content

Commit 3e1cacd

Browse files
committed
[server] Add the scope of partition name to PhysicalTableMetricGroup.
1 parent 0d8f3a7 commit 3e1cacd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fluss-server/src/main/java/com/alibaba/fluss/server/metrics/group/PhysicalTableMetricGroup.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public PhysicalTableMetricGroup(
5959
makeScope(
6060
serverMetricGroup,
6161
physicalTablePath.getDatabaseName(),
62-
physicalTablePath.getTableName()),
62+
physicalTablePath.getTableName(),
63+
physicalTablePath.getPartitionName()),
6364
serverMetricGroup);
6465
this.physicalTablePath = physicalTablePath;
6566

0 commit comments

Comments
 (0)