public Metric time()

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


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