public Metric tags()

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


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