InfluxDB搭建与使用
官方文档
https://docs.influxdata.com/influxdb/v2.0/get-started/
非官方编写的中文文档
https://jasper-zhang1.gitbooks.io/influxdb/content/Introduction/getting_start.html
安装
k8s helm
helm install influxdb bitnami/influxdb --set service.type=NodePort --set persistence.enabled=false
常用操作
influx -precision rfc3339