Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Follow the changes of HWKMETRICS-32
Browse files Browse the repository at this point in the history
  • Loading branch information
pilhuhn committed Mar 19, 2015
1 parent 45b91e7 commit 919627f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private void addDataItem(List<Map<String, Object>> mMetrics, PingStatus status,
List<Map<String,Number>> data = new ArrayList<>(1);
data.add(dataMap);
Map<String,Object> outer = new HashMap<>(2);
outer.put("name",status.destination.resourceId + ".status." + name);
outer.put("id",status.destination.resourceId + ".status." + name);
outer.put("data",data);
mMetrics.add(outer);
}
Expand Down

0 comments on commit 919627f

Please sign in to comment.