influxdata / influxdb-relay

Service to replicate InfluxDB data for high availability
MIT License
854 stars 349 forks source link

Enhancements to logging when backends are down #49

Open rhysmeister opened 7 years ago

rhysmeister commented 7 years ago

I've been testing a setup of InfluxDB/InfluxDB-Relay. It tolerates reboots of instances very well with us experiencing 0 lost records or inconsistencies in our data so far.

A nice enhancement would be to the logging...

  1. When a backend is detected down & comes back online.
  2. Record count and data size of buffer-size-mb consumed. (Useful for estimating how much node downtime we can tolerate).
lucas-santoni commented 5 years ago

Vente-Privee's fork implements logging feature : https://github.com/influxdata/influxdb-relay . Did you have the chance to try it ? We'll appreciate your feedback ! ;)