Uses of Interface
io.prometheus.client.exporter.HttpConnectionFactory
-
Packages that use HttpConnectionFactory Package Description io.prometheus.client.exporter -
-
Uses of HttpConnectionFactory in io.prometheus.client.exporter
Classes in io.prometheus.client.exporter that implement HttpConnectionFactory Modifier and Type Class Description classBasicAuthHttpConnectionFactoryclassDefaultHttpConnectionFactoryFields in io.prometheus.client.exporter declared as HttpConnectionFactory Modifier and Type Field Description private HttpConnectionFactoryPushGateway. connectionFactoryprivate HttpConnectionFactoryBasicAuthHttpConnectionFactory. originConnectionFactoryMethods in io.prometheus.client.exporter with parameters of type HttpConnectionFactory Modifier and Type Method Description voidPushGateway. setConnectionFactory(HttpConnectionFactory connectionFactory)Constructors in io.prometheus.client.exporter with parameters of type HttpConnectionFactory Constructor Description BasicAuthHttpConnectionFactory(HttpConnectionFactory connectionFactory, java.lang.String user, java.lang.String password)
-