Uses of Interface
io.grpc.MetricSink
Packages that use MetricSink
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of MetricSink in io.grpc
Methods in io.grpc with parameters of type MetricSinkModifier and TypeMethodDescriptionprotected TForwardingChannelBuilder2.addMetricSink(MetricSink metricSink) static <T extends ManagedChannelBuilder<T>>
TInternalManagedChannelBuilder.addMetricSink(ManagedChannelBuilder<T> builder, MetricSink metricSink) protected TManagedChannelBuilder.addMetricSink(MetricSink metricSink) Adds aMetricSinkfor channel to use for configuring and recording metrics. -
Uses of MetricSink in io.grpc.internal
Fields in io.grpc.internal declared as MetricSinkModifier and TypeFieldDescriptionprivate final MetricSinkMetricRecorderImpl.BatchRecorderImpl.sinkFields in io.grpc.internal with type parameters of type MetricSinkModifier and TypeFieldDescription(package private) List<MetricSink> ManagedChannelImplBuilder.metricSinksprivate final List<MetricSink> MetricRecorderImpl.metricSinksMethods in io.grpc.internal with parameters of type MetricSinkModifier and TypeMethodDescriptionprotected ManagedChannelImplBuilderManagedChannelImplBuilder.addMetricSink(MetricSink metricSink) Constructors in io.grpc.internal with parameters of type MetricSinkModifierConstructorDescription(package private)BatchRecorderImpl(MetricSink sink, BitSet allowedInstruments) Constructor parameters in io.grpc.internal with type arguments of type MetricSinkModifierConstructorDescription(package private)MetricRecorderImpl(List<MetricSink> metricSinks, MetricInstrumentRegistry registry)