修复笔误

This commit is contained in:
lwp
2019-08-19 11:22:04 +08:00
parent f969ae96c0
commit f72d752716

View File

@@ -201,6 +201,8 @@ systemctl list-unit-files | grep grafana-server.service 查看
* tfe 中使用的都是 FS_CALC_CURRENT * tfe 中使用的都是 FS_CALC_CURRENT
* FS_STYLE_FIELD : 建议只统计该类型的数据 * FS_STYLE_FIELD : 建议只统计该类型的数据
* FS_STYLE_STATUS : 类型的数据入 fluxdb 有插入 * FS_STYLE_STATUS : 类型的数据入 fluxdb 有差错(不建议统计)
Dashboards 配置示例:
> SELECT sum("value") / 60 FROM "[tfe3a]http_sess" WHERE $timeFilter GROUP BY time(1m) fill(0) > SELECT sum("value") / 60 FROM "[tfe3a]http_sess" WHERE $timeFilter GROUP BY time(1m) fill(0)