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

Move GetMetrics from a pipe RPC to a controller component method. #702

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

ghemawat
Copy link
Collaborator

@ghemawat ghemawat commented Jan 3, 2024

No description provided.

@ghemawat ghemawat requested a review from mwhittaker January 3, 2024 18:46
Copy link
Member

@mwhittaker mwhittaker left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -450,8 +450,8 @@ func (w *RemoteWeavelet) makeStub(fullName string, reg *codegen.Registration, re
return call.NewStub(fullName, reg, conn, w.tracer, w.opts.InjectRetries), nil
}

// GetLoad implements the conn.WeaveletHandler interface.
func (w *RemoteWeavelet) GetLoad(*protos.GetLoadRequest) (*protos.GetLoadReply, error) {
// GetLoad implements controller nterface.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// GetLoad implements controller nterface.
// GetLoad implements controller interface.

@ghemawat ghemawat merged commit 7ba5ecd into ServiceWeaver:main Jan 3, 2024
7 checks passed
@ghemawat ghemawat deleted the load branch January 3, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants