Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-36027][cdc-connector][mysql] numRecordsOut/numRecordsOutRate metrics for each OperationType #3529

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

SML0127
Copy link
Contributor

@SML0127 SML0127 commented Aug 10, 2024

Added numRecordsOut/numRecordsOutRate metrics for each OperationType INSERT, UPDATE, DELETE.

Removed table identifier from metrics name. With monitoring tools such as prometheus, we can distinguish flink job, db, and table using metric attributes.

Don't support this metrics for snapshot phase. Because, the value will be same with numRecodsOut, numRecordsOutRate in Flink.

related pr: feature/add-metric-num-records-out-by-data-change-event

@SML0127
Copy link
Contributor Author

SML0127 commented Aug 10, 2024

@leonardBang
PTAL

@github-actions github-actions bot added the docs Improvements or additions to documentation label Aug 10, 2024
@SML0127 SML0127 changed the title [FLINK-36027][cdc-connector][mysql] numRecordsOut metrics for each OperationType [FLINK-36027][cdc-connector][mysql] numRecordsOut/numRecordsOutRate metrics for each OperationType Aug 10, 2024
@SML0127
Copy link
Contributor Author

SML0127 commented Aug 11, 2024

@ruanhang1993
PTAL

some cheks was timed out
image

Please re-run checks. All check passed at here (https://github.com/SML0127/flink-cdc-connectors/actions/runs/10334300400)

@SML0127
Copy link
Contributor Author

SML0127 commented Oct 28, 2024

@ruanhang1993
Could you please take a look?

Copy link

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.

@github-actions github-actions bot added the Stale label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation mysql-cdc-connector Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant