クラス JettyConnectionMetricsBinder
java.lang.ObjectSE
org.springframework.boot.jetty.metrics.AbstractJettyMetricsBinder
org.springframework.boot.jetty.metrics.JettyConnectionMetricsBinder
- 実装済みのインターフェース一覧:
EventListenerSE, ApplicationListener<ApplicationStartedEvent>
JettyConnectionMetrics の場合は AbstractJettyMetricsBinder。- 導入:
- 4.0.0
- 作成者:
- Chris Bono
コンストラクター概要
コンストラクターコンストラクター説明JettyConnectionMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) JettyConnectionMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, IterableSE<io.micrometer.core.instrument.Tag> tags) 方法の概要
クラス AbstractJettyMetricsBinder から継承されたメソッド
onApplicationEventクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ApplicationListener から継承されたメソッド
supportsAsyncExecution
コンストラクターの詳細
JettyConnectionMetricsBinder
public JettyConnectionMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) JettyConnectionMetricsBinder
public JettyConnectionMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, IterableSE<io.micrometer.core.instrument.Tag> tags)
方法の詳細
bindMetrics
protected void bindMetrics(org.eclipse.jetty.server.Server server) - 次で指定:
- クラス
AbstractJettyMetricsBinderのbindMetrics