Skip to content

Commit

Permalink
Update seatunnel-engine/seatunnel-engine-server/src/main/java/org/apa…
Browse files Browse the repository at this point in the history
…che/seatunnel/engine/server/task/SeaTunnelSourceCollector.java

Co-authored-by: Jia Fan <[email protected]>
  • Loading branch information
hawk9821 and Hisoka-X authored Jul 23, 2024
1 parent 8d60b83 commit e3147d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public SeaTunnelSourceCollector(
metricsContext.counter(
SOURCE_RECEIVED_COUNT
+ "#"
+ tablePath.getTableName())));
+ tablePath.getFullName())));
}
sourceReceivedCount = metricsContext.counter(SOURCE_RECEIVED_COUNT);
sourceReceivedQPS = metricsContext.meter(SOURCE_RECEIVED_QPS);
Expand Down

0 comments on commit e3147d1

Please sign in to comment.