| | |
| | | import com.influxdb.query.FluxTable; |
| | | import com.influxdb.query.InfluxQLQueryResult; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | Map<String, List<Map<String, Object>>> result = new HashMap<>(); |
| | | Calendar calendar = Calendar.getInstance(); |
| | | calendar.set(Calendar.MILLISECOND, 0); |
| | | String start = startTime.getTime() - calendar.getTime().getTime() + "ms"; |
| | | String start = (startTime.getTime() - calendar.getTime().getTime() - pas_ms) + "ms"; |
| | | if (endTime==null){ |
| | | endTime= new Date(); |
| | | } |