Improvement to InfluxDB query editor and function/value column selection, more space efficient, Closes #473

This commit is contained in:
Torkel Ödegaard
2014-06-06 10:56:23 +02:00
parent 1409065005
commit af1855601b
6 changed files with 165 additions and 32 deletions

View File

@@ -9,6 +9,8 @@ vNext
- improved asset (css/js) build pipeline, added revision to css and js. Will remove issues related
to the browser cache when upgrading grafana and improve load performance (Fixes #418)
- Partial support for url encoded metrics when using Graphite datasource (PR #327) - thx @axe-felix
- Improvement to InfluxDB query editor and function/value column selection (Issue #473)
- Initial support for filtering (templated queries) for InfluxDB (PR #375) - thx @mavimo
# Fixes
- Filter option loading when having muliple nested filters now works better.