クラス RabbitMetrics

java.lang.ObjectSE
org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
実装されたすべてのインターフェース:
io.micrometer.core.instrument.binder.MeterBinder

public class RabbitMetrics extends ObjectSE implements io.micrometer.core.instrument.binder.MeterBinder
RabbitMQ Java クライアントメトリクスの MeterBinder
導入:
2.0.0
作成者:
Arnaud Cogolu è gnes, Stephane Nicoll
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
    RabbitMetrics(com.rabbitmq.client.ConnectionFactory connectionFactory, IterableSE<io.micrometer.core.instrument.Tag> tags)
    指定された ConnectionFactory を記録する新しいメーターバインダーを作成します。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    bindTo(io.micrometer.core.instrument.MeterRegistry registry)

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • RabbitMetrics

      public RabbitMetrics(com.rabbitmq.client.ConnectionFactory connectionFactory, IterableSE<io.micrometer.core.instrument.Tag> tags)
      指定された ConnectionFactory を記録する新しいメーターバインダーを作成します。
      パラメーター:
      connectionFactory - ConnectionFactory を計測する
      tags - 記録されたすべてのメトリクスに適用するタグ
  • メソッドの詳細

    • bindTo

      public void bindTo(io.micrometer.core.instrument.MeterRegistry registry)
      次で指定:
      インターフェース io.micrometer.core.instrument.binder.MeterBinderbindTo