public Metric host()

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


  public Metric host(String host) {
    return new Metric(set(HOST), time, key, value, host, tags, attributes);
  }