Skip to content

metrics: update plan_bytes_sent to be a bytes metric#506

Merged
jayshrivastava merged 3 commits into
datafusion-contrib:mainfrom
jayshrivastava:jayant/fix-plan-bytes-metrics
Jun 18, 2026
Merged

metrics: update plan_bytes_sent to be a bytes metric#506
jayshrivastava merged 3 commits into
datafusion-contrib:mainfrom
jayshrivastava:jayant/fix-plan-bytes-metrics

Conversation

@jayshrivastava

@jayshrivastava jayshrivastava commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Instead of printing byte values like 10 GB, this metric would print 10 B where B is billion. That's confusing bc it looks like "10 bytes". This change fixes that by updating the metric from a counter to a bytes counter.

Instead of printing byte values like `10 GB`, this metric would print `10 B`
where `B` is billion. This change fixes that by updating the metric from a counter
to a bytes counter.
Comment thread src/coordinator/query_coordinator.rs Outdated
@jayshrivastava jayshrivastava merged commit 61c3f8d into datafusion-contrib:main Jun 18, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants