io.prometheus.client.exporter.HttpConnectionFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleclient_pushgateway Show documentation
Show all versions of simpleclient_pushgateway Show documentation
Pushgateway exporter for the simpleclient.
The newest version!
package io.prometheus.client.exporter;
import java.io.IOException;
import java.net.HttpURLConnection;
public interface HttpConnectionFactory {
HttpURLConnection create(String url) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy