-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[cdc-base]remove redundant source metrics register #2403
Labels
enhancement
New feature or request
Comments
CC, @ruanhang1993 @leonardBang , WDYT? |
loserwang1024
added a commit
to loserwang1024/flink-cdc-connectors
that referenced
this issue
Aug 18, 2023
loserwang1024
added a commit
to loserwang1024/flink-cdc-connectors
that referenced
this issue
Aug 21, 2023
loserwang1024
added a commit
to loserwang1024/flink-cdc-connectors
that referenced
this issue
Aug 21, 2023
loserwang1024
added a commit
to loserwang1024/flink-cdc-connectors
that referenced
this issue
Aug 21, 2023
loserwang1024
added a commit
to loserwang1024/flink-cdc-connectors
that referenced
this issue
Aug 21, 2023
PatrickRen
pushed a commit
that referenced
this issue
Sep 27, 2023
loserwang1024
added a commit
to loserwang1024/flink-cdc-connectors
that referenced
this issue
Oct 8, 2023
e-mhui
pushed a commit
to e-mhui/flink-cdc-connectors
that referenced
this issue
Oct 18, 2023
ChaomingZhangCN
pushed a commit
to ChaomingZhangCN/flink-cdc
that referenced
this issue
Jan 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Motivation
Since FLIP-179: Expose Standardized Operator Metrics and Flink 1.14 version, some metrics have already been registered or counted in Flink Source Operator, so no need to do again in Flink CDC's SourceReader:
currentEmitEventTimeLag
andsourceIdleTime
don't need to register or count in Flink CDC's SourceReader.numRecordsInErrors
just count in in Flink CDC's SourceReader, but don't need to register here. Get corresponding Counter from SourceReaderMetricGroup#getNumRecordsInErrorsCounter()Besides that, current metrics
pendingRecords
doesn't count anywhere, why not remove it.If apply this issue, Flink Cdc 2.5 doesn't support Clink 1.13 anymore
Anything else?
Current numRecordsIn also has some problems in Flink.
Flink community will solve this later in FLINK-30234
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: