in dashboard/src/main/java/com/google/cloud/solutions/realtimedash/dashboard/TimeseriesMetricsController.java [65:67]
private Integer getIntValue(String value) {
return (value == null || value.equals(REDIS_NIL)) ? 0 : Integer.valueOf(value);
}