Skip to content

Commit

Permalink
fix operators memory
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriCoder committed Jan 23, 2025
1 parent 9864aa7 commit 6e97092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void bindTo(AbstractMetricService metricService) {
GlobalMemoryMetrics.ON_HEAP,
Tag.LEVEL.toString(),
GlobalMemoryMetrics.LEVELS[2])
.set(config.getCoordinatorMemoryManager().getTotalMemorySizeInBytes());
.set(config.getOperatorsMemoryManager().getTotalMemorySizeInBytes());
metricService
.getOrCreateGauge(
Metric.MEMORY_THRESHOLD_SIZE.toString(),
Expand Down

0 comments on commit 6e97092

Please sign in to comment.