public Metric()

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


  public Metric() {
    this.has = 0;
    this.time = 0;
    this.key = null;
    this.value = Value.doubleValue(0);
    this.host = null;
    this.tags = new ArrayList<>();
    this.attributes = new HashMap<>();
  }