You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- backend:
- datasource: "tsdb"
- tsdb:
- enabled: true
- name: "tsdb"
- cluster:
- tsdb01: 127.0.0.1:8011
- influxdb:
- enabled: false
- username: "influx"
- password: "admin123"
- precision: "s"
- database: "n9e"
- address: "http://127.0.0.1:8086"
- opentsdb:
- enabled: false
- address: "127.0.0.1:4242"
- kafka:
- enabled: false
- brokersPeers: "192.168.1.1:9092,192.168.1.2:9092"
- topic: "n9e"
-
- logger:
- dir: logs/transfer
- level: INFO
- keepHours: 24
|