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 e3147d1 commit 1a13ddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public SeaTunnelSourceCollector(
tablePaths.forEach(
tablePath ->
sourceReceivedCountPerTable.put(
tablePath.getTableName(),
tablePath.getFullName(),
metricsContext.counter(
SOURCE_RECEIVED_COUNT
+ "#"
Expand Down

0 comments on commit 1a13ddb

Please sign in to comment.