类的使用
org.apache.pulsar.client.impl.metrics.InstrumentProvider
使用InstrumentProvider的程序包
程序包
说明
Pulsar Client implementation.
Pulsar Client OTel metrics utilities
-
org.apache.pulsar.client.impl中InstrumentProvider的使用
限定符构造器说明ClientCnx(InstrumentProvider instrumentProvider, ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup) ClientCnx(InstrumentProvider instrumentProvider, ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup, int protocolVersion) ConnectionPool(InstrumentProvider instrumentProvider, ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup) ConnectionPool(InstrumentProvider instrumentProvider, ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup, Supplier<ClientCnx> clientCnxSupplier) ConnectionPool(InstrumentProvider instrumentProvider, ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup, Supplier<ClientCnx> clientCnxSupplier, Optional<io.netty.resolver.AddressResolver<InetSocketAddress>> addressResolver) HttpLookupService(InstrumentProvider instrumentProvider, ClientConfigurationData conf, io.netty.channel.EventLoopGroup eventLoopGroup) -
org.apache.pulsar.client.impl.metrics中InstrumentProvider的使用