in ffwd-client/src/main/java/com/spotify/ffwd/Metric.java [113:117]
public Metric attribute(String k, String v) {
final Map<String, String> attributes = new HashMap<>(this.attributes);
attributes.put(k, v);
return new Metric(set(ATTRIBUTES), proc, time, key, value, host, tags, attributes);
}