Package io.grpc.services
Class MetricReport
- java.lang.Object
-
- io.grpc.services.MetricReport
-
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/9381") public final class MetricReport extends Object
A gRPC object of orca load report. LB policies listening at per-rpc or oob orca load reports will be notified of the metrics data in this data format.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getApplicationUtilization()
double
getCpuUtilization()
double
getEps()
double
getMemoryUtilization()
Map<String,Double>
getNamedMetrics()
double
getQps()
Map<String,Double>
getRequestCostMetrics()
Map<String,Double>
getUtilizationMetrics()
String
toString()
-