molobrakos / volvooncall

Retrieve information from the Volvo On Call (VOC) web service
The Unlicense
154 stars 49 forks source link

add influxdb metric export #57

Open lobeck opened 4 years ago

lobeck commented 4 years ago

Will push metrics to Influxdb including the timestamps provided by the API.

Currently i'm running it with the following command:

*/15 * * * * docker run --rm -v /home/<user>/.voc.conf:/app/.voc.conf --name voc-prometheus  --entrypoint "voc" <image> --influxdb-ssl influxdb <ip address>
molobrakos commented 4 years ago

Thanks for contributing!