Skip to content

Conversation

@owenowenisme
Copy link
Member

Description

Extracts ~30 lines of gauge initialization code from StreamingExecutor.__init__()
into _initialize_metrics_gauges() for better code organization and readability.

Signed-off-by: You-Cheng Lin <mses010108@gmail.com>
@owenowenisme owenowenisme requested a review from a team as a code owner November 29, 2025 05:19
@owenowenisme owenowenisme added data Ray Data-related issues go add ONLY when ready to merge, run all tests labels Nov 29, 2025
Signed-off-by: You-Cheng Lin <mses010108@gmail.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request is a nice refactoring that extracts gauge initialization logic from StreamingExecutor.__init__ into a new _initialize_metrics_gauges method. This improves code organization and readability as intended. I have one minor suggestion to improve consistency within the newly created method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data Ray Data-related issues go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant