rp- / tigo-exporter

tigo cca daqs prometheus exporter
GNU General Public License v3.0
6 stars 1 forks source link

Influxdb #1

Closed hugoboss00 closed 5 months ago

hugoboss00 commented 8 months ago

How to export to Influxdb? Is there a possibility to do so?

rp- commented 8 months ago

tl;dr: no

I never worked with influxdb yet, but as far as I understand it uses a PUSH model.

This exporter uses the default prometheus PULL model, so theoretically it would be possible to also push data to influxdb on a timer, but I think a program specifically for that purpose would be better. As it doesn't need the http server library and just a client, to push to influxdb.

Someone could either fork this project and add/change that, or we make a library out of it, sharing the csv parsing part.

rp- commented 5 months ago

https://github.com/guglicap/tigo-influx-exporter