Uses of Class
io.grpc.PartialMetricInstrument
-
Packages that use PartialMetricInstrument Package Description io.grpc The gRPC core public API. -
-
Uses of PartialMetricInstrument in io.grpc
Subclasses of PartialMetricInstrument in io.grpc Modifier and Type Class Description class
DoubleCounterMetricInstrument
Represents a double-valued counter metric instrument.class
DoubleHistogramMetricInstrument
Represents a double-valued histogram metric instrument.class
LongCounterMetricInstrument
Represents a long-valued counter metric instrument.class
LongGaugeMetricInstrument
Represents a long-valued gauge metric instrument.class
LongHistogramMetricInstrument
Represents a long-valued histogram metric instrument.
-