
influxdb
泪光雨99
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
influxdb客户端简单使用
macbrew install influx-clicd 到安装目录bin,执行./influx -ssl -precision rfc3339 -host **** -port 8086 -username influx -password ***use dbNameselect *from test;原创 2021-12-02 15:26:13 · 917 阅读 · 0 评论 -
influxdb insert 插入默认rp autogen,查询不到
1.需要用insert into autogen measurmentinsert into autogen test,project=ss,name=ttt count=1675792i,hour_count=1234i,expire_time=0i 16383420000000000002.查询select * from autogen.test where name=‘ttt’ and time > now()-1d and project=‘ss’;...原创 2021-12-02 15:09:36 · 807 阅读 · 0 评论