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 MetricInstrumentRegistry
MetricInstrumentRegistry. instance
Methods in io.grpc that return MetricInstrumentRegistry Modifier and Type Method Description static MetricInstrumentRegistry
MetricInstrumentRegistry. 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 MetricInstrumentRegistry
MetricRecorderImpl. registry
Constructors in io.grpc.internal with parameters of type MetricInstrumentRegistry Constructor Description MetricRecorderImpl(java.util.List<MetricSink> metricSinks, MetricInstrumentRegistry registry)
-