- Added testing env on source package.
- reestructured package sources
- updated zerolog,protobuf, influxdb dependencies
- Added new building system for binary,rpm/dev packages and also docker image
- Dockerfile now build image from local sources not from remote repo
- Added new -pidfile and -logs options ( -logdir still running but will be removed in the future )
- Fix #28,#22
- rpm, deb packages are completely rrewrited, default log/conf and other file and directory places have changed and a simple package upgrade may not work, we suggest completely remove old package and after install the new (previous backup your configuration files) after that copy your old config file and place on the default conf dir
/etc/influxdb-srelay
or whenever you need you could set as environment var in your/etc/default/influxdb-srelay
or/etc/sysconfig/influxdb-srelay
config file. If any other issues please open a Bug in our site
- Fix #19,#18
- added TLS paramters tls_cer, tls_key for HTTP endpoint
- Fix #7,#16,#3
- removed old ssl-combined-pem, changed by tls_cer, tls_key
- added kb_duratiom_ms and latency_ms fields to the access.log
- Added Online Config check and reload if ok, Kill -HUP
- improved doc in sample.conf
- Fix #11,#10
- fixed distribution packages descriptions
- added
/admin/<cluster_id>
API for clusters - added HA example
- improved ping,health,status http responses
- added config validations
- Second big refactor.
- Improved docker image
- fix HTTP response thus if not matched with any route
- fix /health handler for the process rather than the cluster
- fix log path when relative, will be now relative to logdir if configured and with CWD if not
- renamed project from influxdb-relay to influxdb-srelay
- first big refactor
- added influx IQL query support, and query-router-endpoint-api parameter to get a list of available influx ID's to send /query quieries
Jun 28 2018 Antoine MILLET [email protected] From https://github.com/influxdata/influxdb-srelay
Jun 29 2018 Alexandre BESLIC [email protected] * Switch to dep, make the project buildable after go get
Jun 29 2018 Dejan FILIPOVIC [email protected] * Add /status route
Jun 30 2018 Antoine MILLET [email protected] * New README structure * Add basic tests with golint & pylint * Add CHANGELOG * Add CONTRIBUTING guide * Merge influxdata#65 * Merge influxdata#52 * Merge influxdata#59 * Merge influxdata#43 * Merge influxdata#57
Nov 15 2018 Maxime CORBIN [email protected]
* Add Prometheus input support
* Add /admin
route to administrate underlying databases
* Add code coverage / unit tests
* Code refactor
* Improve buffering feature avoiding connexions hanging
* Improve /ping
route
* Improve logging
* Add -version
option
Dec 13 2018 Maxime CORBIN [email protected]
* Add /admin
endpoint that can be used to create or remove databases
* Add /health
endpoint that can be used to monitor the health status of every backend
* Fixed some performance bugs & added a few more logs
Dec 27 2018 Clément CORNUT [email protected]
* Add /admin/flush
endpoint that can be used to flush internal buffer
* Add Rate limiting on backend
* Add Filters for tags and measurements
* New configuration formatting
* Various bug fixes
Apr 8 2019 Toni Moreno [email protected]
* added influx IQL query support, and query-router-endpoint-api parameter to get a list of available influx ID's to send /query quieries"
Apr 25 2019 Toni Moreno [email protected]
* From https://github.com/vente-privee/influxdb-relay
* Renamed to influxdb-srelay ( Smart Relay)
* Refactor to new config type