Uses of Interface
io.prometheus.client.exporter.HttpConnectionFactory
-
-
Uses of HttpConnectionFactory in io.prometheus.client.exporter
Classes in io.prometheus.client.exporter that implement HttpConnectionFactory Modifier and Type Class Description classBasicAuthHttpConnectionFactoryclassDefaultHttpConnectionFactoryMethods 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, String user, String password)
-