Uses of Interface
io.grpc.MetricInstrument
-
Packages that use MetricInstrument Package Description io.grpc The gRPC core public API. -
-
Uses of MetricInstrument in io.grpc
Subinterfaces of MetricInstrument in io.grpc Modifier and Type Interface Description interface
CallbackMetricInstrument
Tagging interface for MetricInstruments that can be used with batch callbacks.Classes in io.grpc that implement MetricInstrument 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.(package private) class
PartialMetricInstrument
A partial implementation of theMetricInstrument
interface.Fields in io.grpc declared as MetricInstrument Modifier and Type Field Description private MetricInstrument[]
MetricInstrumentRegistry. metricInstruments
Methods in io.grpc that return types with arguments of type MetricInstrument Modifier and Type Method Description java.util.List<MetricInstrument>
MetricInstrumentRegistry. getMetricInstruments()
Returns a list of registered metric instruments.Method parameters in io.grpc with type arguments of type MetricInstrument Modifier and Type Method Description void
MetricSink. updateMeasures(java.util.List<MetricInstrument> instruments)
-