Uses of Class
io.grpc.services.MetricReport
-
Packages that use MetricReport Package Description io.grpc.services Service definitions and utilities for the pre-defined gRPC services. -
-
Uses of MetricReport in io.grpc.services
Methods in io.grpc.services that return MetricReport Modifier and Type Method Description static MetricReportInternalCallMetricRecorder. createMetricReport(double cpuUtilization, double applicationUtilization, double memoryUtilization, double qps, double eps, java.util.Map<java.lang.String,java.lang.Double> requestCostMetrics, java.util.Map<java.lang.String,java.lang.Double> utilizationMetrics, java.util.Map<java.lang.String,java.lang.Double> namedMetrics)(package private) MetricReportCallMetricRecorder. finalizeAndDump2()Returns all save metric values.static MetricReportInternalCallMetricRecorder. finalizeAndDump2(CallMetricRecorder recorder)static MetricReportInternalMetricRecorder. getMetricReport(MetricRecorder recorder)(package private) MetricReportMetricRecorder. getMetricReport()
-