public Metric attributes()

in ffwd-client/src/main/java/com/spotify/ffwd/v1/Metric.java [112:115]


  public Metric attributes(Map<String, String> attributes) {
    return new Metric(set(ATTRIBUTES), time, key, value, host, tags,
        new HashMap<>(attributes));
  }