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