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 T
ForwardingChannelBuilder2.addMetricSink
(MetricSink metricSink) static <T extends ManagedChannelBuilder<T>>
TInternalManagedChannelBuilder.addMetricSink
(ManagedChannelBuilder<T> builder, MetricSink metricSink) protected T
ManagedChannelBuilder.addMetricSink
(MetricSink metricSink) Adds aMetricSink
for 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 MetricSink
MetricRecorderImpl.BatchRecorderImpl.sink
Fields in io.grpc.internal with type parameters of type MetricSinkModifier and TypeFieldDescription(package private) List
<MetricSink> ManagedChannelImplBuilder.metricSinks
private final List
<MetricSink> MetricRecorderImpl.metricSinks
Methods in io.grpc.internal with parameters of type MetricSinkModifier and TypeMethodDescriptionprotected ManagedChannelImplBuilder
ManagedChannelImplBuilder.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)