Skip to content

Commit

Permalink
Get all data from server (from timestamp=0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Jun 29, 2015
1 parent 3ecf277 commit 5a2ed55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ public List<Point> getServerData() throws Exception {
}

private String findGaugeDataUrl(String metricName) {
return "http://" + BASE_URI + "/gauges/" + metricName + "/data";
return "http://" + BASE_URI + "/gauges/" + metricName + "/data?start=0";
}
}

0 comments on commit 5a2ed55

Please sign in to comment.