Uses of Interface
io.grpc.MetricInstrument
Packages that use MetricInstrument
-
Uses of MetricInstrument in io.grpc
Subinterfaces of MetricInstrument in io.grpcModifier and TypeInterfaceDescriptioninterface
Tagging interface for MetricInstruments that can be used with batch callbacks.Classes in io.grpc that implement MetricInstrumentModifier and TypeClassDescriptionfinal class
Represents a double-valued counter metric instrument.final class
Represents a double-valued histogram metric instrument.final class
Represents a long-valued counter metric instrument.final class
Represents a long-valued gauge metric instrument.final class
Represents a long-valued histogram metric instrument.Methods in io.grpc that return types with arguments of type MetricInstrumentModifier and TypeMethodDescriptionMetricInstrumentRegistry.getMetricInstruments()
Returns a list of registered metric instruments.Method parameters in io.grpc with type arguments of type MetricInstrumentModifier and TypeMethodDescriptionvoid
MetricSink.updateMeasures
(List<MetricInstrument> instruments)