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 interfaceCallbackMetricInstrumentTagging interface for MetricInstruments that can be used with batch callbacks.Classes in io.grpc that implement MetricInstrument Modifier and Type Class Description classDoubleCounterMetricInstrumentRepresents a double-valued counter metric instrument.classDoubleHistogramMetricInstrumentRepresents a double-valued histogram metric instrument.classLongCounterMetricInstrumentRepresents a long-valued counter metric instrument.classLongGaugeMetricInstrumentRepresents a long-valued gauge metric instrument.classLongHistogramMetricInstrumentRepresents a long-valued histogram metric instrument.(package private) classPartialMetricInstrumentA partial implementation of theMetricInstrumentinterface.Fields in io.grpc declared as MetricInstrument Modifier and Type Field Description private MetricInstrument[]MetricInstrumentRegistry. metricInstrumentsMethods 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 voidMetricSink. updateMeasures(java.util.List<MetricInstrument> instruments)
-