我正在尝试在windows平台上实时实现Grafana。目前,我能够将jmeter运行数据捕获到Influxdb中。我还在Grafana和post中配置了Influxdb数据源,我收到消息"Success data source is post“,但我无法将Influxdb数据读取到Grafana中。在配置单个图形时,查询</e
I have stored the data in the InfluxDB database as follows: ? 其中,值是温度数据。我想通过从InfluxDB数据库中读取数据来绘制Grafana中的温度数据。我尝试了以下查询,但我看不到面板上的数据点。从"351561110374515“中选择"value”,其中("module_t
是否可以在grafana中从comlex指标中过滤值?+ sum(two) FROM "table" WHERE $timeFilter GROUP BY time($interval)在sql中,我会使用alias和HAVING子句,如下所示:
SELECT sum(one) + sum(two) AS S FROM "table" WHERE $timeF