Skip to content

Commit

Permalink
Update PaimonMetadata.java
Browse files Browse the repository at this point in the history
add
  • Loading branch information
mxdzs0612 authored Feb 24, 2025
1 parent 6dd70b7 commit 5f962e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ private void traceScanMetrics(PaimonMetricRegistry metricRegistry,
}

for (int i = 0; i < predicates.size(); i++) {
Tracers.record(prefix + tableName + ".filter." + i, predicates.get(i).toString());
Tracers.record(EXTERNAL, prefix + tableName + ".filter." + i, predicates.get(i).toString());
}

Map<String, Metric> metrics = metricRegistry.getMetrics();
Expand Down

0 comments on commit 5f962e0

Please sign in to comment.