public static interface OrcaPerRequestUtil.OrcaPerRequestReportListener
OrcaPerRequestUtil
.
When an ORCA report is received, that object's onLoadReport
method is invoked.Modifier and Type | Method and Description |
---|---|
void |
onLoadReport(MetricReport report)
Invoked when a per-request ORCA report is received.
|
void onLoadReport(MetricReport report)
Note this callback will be invoked from the network thread as the RPC finishes, implementations should not block.
report
- load report in the format of grpc MetricReport
.