Commit d3b51c2
feat(consumer): Emit batch_write_bytes metric from RowBinary writer
The RowBinary writer was missing the insertions.batch_write_bytes counter
that the JSONEachRow writer already emits. Adding it here so we can observe
batch byte sizes across all eap_items consumers (s4s2/de use RowBinary)
as part of Phase 0 of the byte-based batching rollout.
Refs EAP-460
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d81ec12 commit d3b51c2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments