public static final class BrowserPerfServiceGrpc.BrowserPerfServiceStub extends io.grpc.stub.AbstractAsyncStub<BrowserPerfServiceGrpc.BrowserPerfServiceStub>
Collect performance raw data from browser.
| Modifier and Type | Method and Description |
|---|---|
protected BrowserPerfServiceGrpc.BrowserPerfServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.grpc.stub.StreamObserver<BrowserErrorLog> |
collectErrorLogs(io.grpc.stub.StreamObserver<Commands> responseObserver)
report one or more error logs for pages, could report multiple times.
|
void |
collectPerfData(BrowserPerfData request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
report once per page
|
protected BrowserPerfServiceGrpc.BrowserPerfServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<BrowserPerfServiceGrpc.BrowserPerfServiceStub>public void collectPerfData(BrowserPerfData request, io.grpc.stub.StreamObserver<Commands> responseObserver)
report once per page
public io.grpc.stub.StreamObserver<BrowserErrorLog> collectErrorLogs(io.grpc.stub.StreamObserver<Commands> responseObserver)
report one or more error logs for pages, could report multiple times.
Copyright © 2022 The Apache Software Foundation. All rights reserved.