Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (38 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

45 lines (38 loc) · 1.8 KB

Dec 6 2019 Damien PLENARD dplenard@vente-privee.com * Merge #38 * Merge #36

Jun 28 2018 Antoine MILLET amillet@vente-privee.com From https://github.com/influxdata/influxdb-relay

Jun 29 2018 Alexandre BESLIC abeslic@abronan.com * Switch to dep, make the project buildable after go get

Jun 29 2018 Dejan FILIPOVIC dfilipovic@vente-privee.com * Add /status route

Jun 30 2018 Antoine MILLET amillet@vente-privee.com * 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 mcorbin@vente-privee.com * 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 mcorbin@vente-privee.com * 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 ccornut@vente-privee.com * 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