snuba icon indicating copy to clipboard operation
snuba copied to clipboard

feat(eap): emit item type counts

Open onewland opened this issue 2 months ago • 0 comments

Emit how many events by type are being processed by the EAP consumer. This is being split into 3 changes:

  • change how we build BytesInsertBatch to support a builder pattern (so it's more simple to omit dataset-specific fields): https://github.com/getsentry/snuba/pull/7479 (merged)
  • start keeping track of how many items by type are being processed in the EAPItems processor: https://github.com/getsentry/snuba/pull/7481
  • (this change) emit the actual metric at the end of a batch write

onewland avatar Nov 20 '25 18:11 onewland