[cdc-connector][mysql]Mysql add numRecordsOutBySnapshot and numRecordsOutByIncremental metrics
numRecordsOutBySnapshot metrics collects snapshot statistics
numRecordsOutByIncremental metrics collects incremental statistics
numRecordsOutByIncremental has three metrics, respectively is numRecordsOutByIncrementalInsert, numRecordsOutByIncrementalUpdate, numRecordsOutByIncrementalDelete
2024.7.12 change metrics name,change numRecordsOutByIncrementalInsert to numRecordsOutByDataChangeEventInsert
Seems we can't come up with a "best" metric design for everyone: Some may want a task-level unified record counter, while some may want fine-grained counters for each table. Or one may want to disable it entirely to avoid any extra cost.
I wonder if we should add an option to control metric behavior? cc @ruanhang1993
@ChengJie1053 cc. @yuxiqian Is thera any changes or progress? If not, I want to create new PR with my suggestion at next week. (I need this feature.)
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.