influxdata / influxdb-relay

Service to replicate InfluxDB data for high availability
MIT License
855 stars 350 forks source link

influxdb-relay: add possibility to specify default retention policy #22

Closed peekeri closed 8 years ago

peekeri commented 8 years ago

Improvement idea to allow forwarding data points to Kapacitor.

Add possibility to configure default retention policy for forwarded metrics that don't have it set in the write request. This is required in order to get telegraf metrics properly working when forwarded to Kapacitor as Kapacitor always requires retention policy for the written data points.

joelegasse commented 8 years ago

Looks good to me. Thanks!