我是新加入的数据库,请帮助我查询? 我有下面这样的数据在涌入,其中相同的Name数据(A1,A2)可以多次可用。 如果在多个时间戳和新数据(A3)中有相同的数据,我只需要最新的时间戳数据(第3,4,5行)。这样的查询在涌入中可用吗? 该查询只给出一条记录, SELECT time, Name, value FROM "data" order by time desc limit 1 ?
看门狗进程通过在influxdb中写入度量来报告主机的“活性”,例如 watchdog,host=host_xyz alive=1 我感兴趣的是在Grafana中显示自上次测量以来经过了太多时间。有没有办法从涌入中查询这样的信息? (同样在9个月前,这里也提出了一个类似的问题,但没有答案:InfluxQL: age of record,时间序列数据库有没有可能不能给出记录的年龄?) 谢谢!
我有以下配置类
@org.springframework.context.annotation.Configuration
public class TemplateConfiguration {
@Bean
public Configuration configuration() {
Configuration configuration = new Configuration(new Version(2, 3, 23));
configuration.setClassForTemplateLoading(TemplateConfigurat