charlesdong1991 opened a new pull request, #3448: URL: https://github.com/apache/fluss/pull/3448
### Purpose The scanner metric constant `SCANNER_LAST_POLL_SECONDS_AGO` exposes its value as `lastPoolSecondsAgo`, but i believe the intended name is `lastPollSecondsAgo` (aka "Poll", not "Pool") ### Brief change log Fix the string value of `MetricNames.SCANNER_LAST_POLL_SECONDS_AGO` from `lastPoolSecondsAgo` to `lastPollSecondsAgo`. NOTE: This changes a user-facing client scanner metric name. Existing dashboards/alerts referencing `lastPoolSecondsAgo` would need to be updated, so kinda breaking change for end users. Let me know if you want this PR to retain compatibiilty instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
