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 doublegetApplicationUtilization()doublegetCpuUtilization()doublegetEps()doublegetMemoryUtilization()Map<String,Double>getNamedMetrics()doublegetQps()Map<String,Double>getRequestCostMetrics()Map<String,Double>getUtilizationMetrics()StringtoString()
-