J-HowHuang opened a new pull request, #18493: URL: https://github.com/apache/pinot/pull/18493
## Changes Wraps each ServiceStatusCallback registered during server startup with a TimeToHealthyTrackingCallback that records the elapsed time until the delegate first reports GOOD into a per-checker ServerGauge: - `STARTUP_CURRENT_STATE_MATCH_TIME_MS` - `STARTUP_EXTERNAL_VIEW_MATCH_TIME_MS` - `STARTUP_REALTIME_CONSUMPTION_CATCHUP_TIME_MS` Also updates `MultipleCallbackServiceStatusCallback` to iterate through all callbacks instead of short-circuiting on the first non-GOOD one, so the time-to-healthy wrapper observes every callback transition. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
