Uses of Interface
com.rabbitmq.client.MetricsCollector
Packages that use MetricsCollector
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of MetricsCollector in com.rabbitmq.client
Classes in com.rabbitmq.client that implement MetricsCollectorMethods in com.rabbitmq.client that return MetricsCollectorMethods in com.rabbitmq.client with parameters of type MetricsCollectorModifier and TypeMethodDescriptionprotected AMQConnection
ConnectionFactory.createConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector) void
ConnectionFactory.setMetricsCollector
(MetricsCollector metricsCollector) -
Uses of MetricsCollector in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement MetricsCollectorModifier and TypeClassDescriptionclass
Base class forMetricsCollector
.class
Micrometer implementation ofMetricsCollector
.class
OpenTelemetry implementation ofMetricsCollector
.class
Dropwizard Metrics implementation ofMetricsCollector
.Fields in com.rabbitmq.client.impl declared as MetricsCollectorModifier and TypeFieldDescriptionprotected final MetricsCollector
AMQConnection.metricsCollector
protected final MetricsCollector
ChannelManager.metricsCollector
protected final MetricsCollector
ChannelN.metricsCollector
Constructors in com.rabbitmq.client.impl with parameters of type MetricsCollectorModifierConstructorDescriptionAMQConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector, ObservationCollector observationCollector) Construct a new connectionChannelManager
(ConsumerWorkService workService, int channelMax, ThreadFactory threadFactory, MetricsCollector metricsCollector, ObservationCollector observationCollector) ChannelN
(AMQConnection connection, int channelNumber, ConsumerWorkService workService, MetricsCollector metricsCollector, ObservationCollector observationCollector) Construct a new channel on the given connection with the given channel number. -
Uses of MetricsCollector in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type MetricsCollectorModifier and TypeMethodDescriptionprotected RecoveryAwareAMQConnection
RecoveryAwareAMQConnectionFactory.createConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector) Constructors in com.rabbitmq.client.impl.recovery with parameters of type MetricsCollectorModifierConstructorDescriptionAutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareAMQConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareChannelManager
(ConsumerWorkService workService, int channelMax, ThreadFactory threadFactory, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareChannelN
(AMQConnection connection, int channelNumber, ConsumerWorkService workService, MetricsCollector metricsCollector, ObservationCollector observationCollector) Construct a new channel on the given connection with the given channel number.