in ffwd-client/src/main/java/com/spotify/ffwd/Metric.java [119:122]
4 lines of code
1 McCabe index (conditional complexity)
public Metric attributes(Map<String, String> attributes) {
return new Metric(set(ATTRIBUTES), proc, time, key, value, host, tags,
new HashMap<>(attributes));
}