Skip to content

feat: add output_bytes metrics#52

Merged
geoffreyclaude merged 1 commit intodatafusion-contrib:mainfrom
HawaiianSpork:add-output-bytes-metrics
May 6, 2026
Merged

feat: add output_bytes metrics#52
geoffreyclaude merged 1 commit intodatafusion-contrib:mainfrom
HawaiianSpork:add-output-bytes-metrics

Conversation

@HawaiianSpork
Copy link
Copy Markdown
Contributor

output_bytes metric was introduced here:
apache/datafusion#18268. Added it and refreshed the other metrics using the script in the comment

Which issue does this PR close?

Rationale for this change

output_bytes is useful for debugging execution plans similar to output_rows

What changes are included in this PR?

Add output_bytes. Also ran the script in the comment to see if there were other metrics to add. Did not remove any metrics.

Are these changes tested?

Ran the tests in the repo which now produce output_bytes

Are there any user-facing changes?

Yes, but within the existing documentation

output_bytes metric was introduced here:
apache/datafusion#18268.  Added it and refreshed
the other metrics using the script in the comment
Copy link
Copy Markdown
Collaborator

@geoffreyclaude geoffreyclaude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great fix, especially re-running the script. I really need to do a DataFusion upgrade checklist for next time!

@geoffreyclaude geoffreyclaude merged commit e415590 into datafusion-contrib:main May 6, 2026
2 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.

Support output_bytes

2 participants