cloudkitty/releasenotes/notes/add-influx-storage-backend-3ace5b451e789e64.yaml
Luka Peschke c4758e78b4 Adding an InfluxDB storage backend
This adds an InfluxDB backend to v2 storage. It is much more performant than the
gnocchi backend, and adds support for grafana.

In order to avoid making this patch too big, the documentation will be updated
in another patch.

Support for InfluxDB installation in the devstack plugin will also be added in
another patch.

Change-Id: Icaa23acb1a4791aac0dd8afb122d561065193eea
Story: 2001372
Task: 24536
2018-12-11 14:32:55 +01:00

10 lines
336 B
YAML

---
features:
- |
An InfluxDB v2 storage backend has been added. It will become the default
backend of the v2 storage interface.
The v1 storage interface will be deprecated in a future release. At that
point, documentation about how to upgrade the storage backend will be made
available, along with some helpers.