opentsdb-java-client
opentsdb-java-client copied to clipboard
OpenTSDB Java Client
I am trying to load a csv file which contains 3000 records but when i do push metrics its able to push only 60 records and it hits back status...
... 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...
This is the error i am getting..The method pushMetrics(MetricBuilder, ExpectResponse) from the type HttpClient refers to the missing type Response. on the method pushMetrics(). this is my code.. package com.opentsdb;...