-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
Hello,
I am going to use exometer to monitor stock tick stream, InfluxDB acts as the backend database. And the table schema is designed as below:
time stock_name exchange acc_count
----------------------------------------------
t1 appl x 1029
t2 amzn y 20
t3 appl x 1043
t4 amzn y 80
And I create each metric for every stock
exometer:update_or_create([tick, StockName, Exchange], 1, counter, []).
My question is how can I write exometer_report:subscribe/6
method to send data back to influxdb described above?
Metadata
Metadata
Assignees
Labels
No labels