Commit 13a59b5
authored
feat(eap): emit item type counts (#7548)
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):
#7479 (merged)
- start keeping track of how many items by type are being processed in
the EAPItems processor: #7481
- (this change) emit the actual metric at the end of a batch write1 parent 3641ddf commit 13a59b5
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
363 | 375 | | |
364 | 376 | | |
365 | 377 | | |
| |||
0 commit comments