Uses of Class
io.grpc.services.MetricRecorder
-
Packages that use MetricRecorder Package Description io.grpc.services Service definitions and utilities for the pre-defined gRPC services.io.grpc.xds.orca -
-
Uses of MetricRecorder in io.grpc.services
Methods in io.grpc.services that return MetricRecorder Modifier and Type Method Description static MetricRecorder
MetricRecorder. newInstance()
-
Uses of MetricRecorder in io.grpc.xds.orca
Methods in io.grpc.xds.orca with parameters of type MetricRecorder Modifier and Type Method Description static OrcaMetricReportingServerInterceptor
OrcaMetricReportingServerInterceptor. create(MetricRecorder metricRecorder)
Creates a newOrcaMetricReportingServerInterceptor
instance with the givenMetricRecorder
.static BindableService
OrcaServiceImpl. createService(ScheduledExecutorService timeService, MetricRecorder metricRecorder)
static BindableService
OrcaServiceImpl. createService(ScheduledExecutorService timeService, MetricRecorder metricsRecorder, long minInterval, TimeUnit timeUnit)
Constructs a service to report server metrics.
-