Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion be/src/runtime/workload_group/workload_group_metrics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int64_t WorkloadGroupMetrics::get_local_scan_bytes_per_second() {
}

int64_t WorkloadGroupMetrics::get_remote_scan_bytes_per_second() {
return _last_remote_scan_bytes.load();
return _per_sec_remote_scan_bytes.load();
}

int64_t WorkloadGroupMetrics::get_memory_used() {
Expand Down
Loading