elastic / elasticsearch-metrics-reporter-java

Metrics reporter, which reports to elasticsearch
Apache License 2.0
230 stars 103 forks source link

Call connection.getResponseCode() before connection.disconnect() #26

Closed glureau closed 8 years ago

glureau commented 8 years ago

Related Issue: https://github.com/elastic/elasticsearch-metrics-reporter-java/issues/25

glureau commented 8 years ago

This should not be merged, the data is not transferred on standard JVMs (and so one unit test is failing, thanks for that!). I'm searching a solution for both but not sure to find one with this tricky HttpUrlConnection :/