42 lines
808 B
YAML
42 lines
808 B
YAML
clients:
|
|
# Exclusive writers
|
|
- name: pyranometer
|
|
write_metrics:
|
|
- irradiance
|
|
- temperature
|
|
read_metrics:
|
|
- weather.*
|
|
auth:
|
|
type: sha256
|
|
hash: ca978112ca1bbdcafac231b39a23dc4da786eff8147c4e72b9807785afee48bb # a
|
|
|
|
# Reader and writer on the same metric
|
|
- name: tgbt
|
|
metrics:
|
|
- testproxy.*
|
|
auth:
|
|
type: sha256
|
|
hash: ac790471b321143716e7773d589af923236ebdd435ba17c671df3558becc5154 # 7a5becc5b5bb581522fd0bb8891bb99a70275620
|
|
|
|
# Reader and writer on different metrics
|
|
- name: tgbt
|
|
write_metrics:
|
|
- barfoo
|
|
read_metrics:
|
|
- foobar.*
|
|
auth:
|
|
# ...
|
|
|
|
# Reader only
|
|
- name: consumer
|
|
read_metrics:
|
|
- irradiance
|
|
auth:
|
|
# ...
|
|
|
|
|
|
config:
|
|
opentsdb:
|
|
url: http://192.168.30.2/api/
|
|
server:
|
|
port: 8080
|