opentsdb-java-client
opentsdb-java-client copied to clipboard
Configure HTTP client to use system properties
... otherwise the client is not able to pick up important system settings like the system-proxy.
Alternatively, one could think of passing a custom instance of the apache httpClient directly trough HttpClient -> PoolingHttpClient.
Thanks, Tayfun