public Metric attributes()

in ffwd-client/src/main/java/com/spotify/ffwd/Metric.java [119:122]


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