Uses of Interface
io.prometheus.metrics.exporter.pushgateway.HttpConnectionFactory
Packages that use HttpConnectionFactory
-
Uses of HttpConnectionFactory in io.prometheus.metrics.exporter.pushgateway
Classes in io.prometheus.metrics.exporter.pushgateway that implement HttpConnectionFactoryModifier and TypeClassDescriptionclass
This can be used for creatingScheme.HTTP
andScheme.HTTPS
connections.Methods in io.prometheus.metrics.exporter.pushgateway with parameters of type HttpConnectionFactoryModifier and TypeMethodDescriptionPushGateway.Builder.connectionFactory
(HttpConnectionFactory connectionFactory) Custom connection factory.