2024-05-24 19:18:47 +00:00
|
|
|
clients:
|
2024-05-28 10:26:40 +00:00
|
|
|
# Exclusive writers
|
2024-05-24 19:18:47 +00:00
|
|
|
- name: pyranometer
|
2024-05-28 10:26:40 +00:00
|
|
|
write_metrics:
|
2024-05-24 19:18:47 +00:00
|
|
|
- irradiance
|
|
|
|
- temperature
|
2024-05-28 10:30:02 +00:00
|
|
|
read_metrics:
|
|
|
|
- weather.*
|
2024-05-24 19:18:47 +00:00
|
|
|
auth:
|
|
|
|
type: sha256
|
|
|
|
hash: ca978112ca1bbdcafac231b39a23dc4da786eff8147c4e72b9807785afee48bb # a
|
2024-05-28 10:26:40 +00:00
|
|
|
|
|
|
|
# Reader and writer on the same metric
|
2024-05-24 19:18:47 +00:00
|
|
|
- name: tgbt
|
|
|
|
metrics:
|
|
|
|
- testproxy.*
|
|
|
|
auth:
|
|
|
|
type: sha256
|
|
|
|
hash: ac790471b321143716e7773d589af923236ebdd435ba17c671df3558becc5154 # 7a5becc5b5bb581522fd0bb8891bb99a70275620
|
|
|
|
|
2024-05-28 10:26:40 +00:00
|
|
|
# Reader and writer on different metrics
|
|
|
|
- name: tgbt
|
|
|
|
write_metrics:
|
|
|
|
- barfoo
|
|
|
|
read_metrics:
|
|
|
|
- foobar.*
|
|
|
|
auth:
|
|
|
|
# ...
|
|
|
|
|
|
|
|
# Reader only
|
|
|
|
- name: consumer
|
|
|
|
read_metrics:
|
|
|
|
- irradiance
|
|
|
|
auth:
|
|
|
|
# ...
|
|
|
|
|
2024-05-24 19:18:47 +00:00
|
|
|
|
|
|
|
config:
|
|
|
|
opentsdb:
|
2024-05-28 10:30:02 +00:00
|
|
|
url: http://192.168.30.2/api/
|
2024-05-24 19:18:47 +00:00
|
|
|
server:
|
|
|
|
port: 8080
|