Uses of Class
io.grpc.MetricInstrumentRegistry
-
Packages that use MetricInstrumentRegistry Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of MetricInstrumentRegistry in io.grpc
Fields in io.grpc declared as MetricInstrumentRegistry Modifier and Type Field Description private static MetricInstrumentRegistryMetricInstrumentRegistry. instanceMethods in io.grpc that return MetricInstrumentRegistry Modifier and Type Method Description static MetricInstrumentRegistryMetricInstrumentRegistry. getDefaultRegistry()Returns the default metric instrument registry. -
Uses of MetricInstrumentRegistry in io.grpc.internal
Fields in io.grpc.internal declared as MetricInstrumentRegistry Modifier and Type Field Description private MetricInstrumentRegistryMetricRecorderImpl. registryConstructors in io.grpc.internal with parameters of type MetricInstrumentRegistry Constructor Description MetricRecorderImpl(java.util.List<MetricSink> metricSinks, MetricInstrumentRegistry registry)
-