public Metric tags()

in ffwd-client/src/main/java/com/spotify/ffwd/Metric.java [108:111]


  public Metric tags(List<String> tags) {
    return new Metric(set(TAGS), proc, time, key, value, host,
        new ArrayList<>(tags), attributes);
  }