in ffwd-client/src/main/java/com/spotify/ffwd/Metric.java [49:58]
public Metric() {
this.has = 0;
this.proc = null;
this.time = 0;
this.key = null;
this.value = 0;
this.host = null;
this.tags = new ArrayList<>();
this.attributes = new HashMap<>();
}