Uses of Interface
io.prometheus.client.exporter.HttpConnectionFactory
Packages that use HttpConnectionFactory
-
Uses of HttpConnectionFactory in io.prometheus.client.exporter
Classes in io.prometheus.client.exporter that implement HttpConnectionFactoryModifier and TypeClassDescriptionclass
class
Fields in io.prometheus.client.exporter declared as HttpConnectionFactoryModifier and TypeFieldDescriptionprivate HttpConnectionFactory
PushGateway.connectionFactory
private final HttpConnectionFactory
BasicAuthHttpConnectionFactory.originConnectionFactory
Methods in io.prometheus.client.exporter with parameters of type HttpConnectionFactoryModifier and TypeMethodDescriptionvoid
PushGateway.setConnectionFactory
(HttpConnectionFactory connectionFactory) Constructors in io.prometheus.client.exporter with parameters of type HttpConnectionFactoryModifierConstructorDescriptionBasicAuthHttpConnectionFactory
(HttpConnectionFactory connectionFactory, String user, String password)