From 66a37aa94512788f3b39e8f44946cfec6a21d52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 31 Jul 2015 15:22:13 +0200 Subject: [PATCH] docs(): updated whats new in 2.1 doc --- docs/sources/guides/whats-new-in-v2-1.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/sources/guides/whats-new-in-v2-1.md b/docs/sources/guides/whats-new-in-v2-1.md index ceb19c51a66..6a6ebba98de 100644 --- a/docs/sources/guides/whats-new-in-v2-1.md +++ b/docs/sources/guides/whats-new-in-v2-1.md @@ -5,11 +5,8 @@ page_keywords: grafana, new, changes, features, documentation --- # What's new in Grafana v2.1 - Grafana 2.1 brings improvements in three core areas: dashboarding, authentication, and data sources. -As with every Grafana release, there is a whole slew of new features, enhancements, and bug fixes. To see everyting -that's been added to Grafana 2.1 head over to the 2.1 milestone issues section. - +As with every Grafana release, there is a whole slew of new features, enhancements, and bug fixes. ## More Dynamic Dashboards The Templating system is one of the most powerful and well-used features of Grafana. @@ -89,7 +86,7 @@ for the new features InfluxDB 0.9 enables.
-### OpenTSDB Data Source improvements +### OpenTSDB Improvements Grafana OpenTSDB data source now supports template variable values queries. This means you can create template variables that fetches the values from OpenTSDB (for example metric names, tag names, or tag values). The query editor is also enhanced to limiting tags by metric. @@ -126,3 +123,8 @@ the values shown in the hover tooltip. ### Singlestat Panel Now support string values. Useful for time series database like InfluxDB that supports string values. + +### Changelog +For a detailed list and link to github issues for everything included in the 2.1 release please +view the [CHANGELOG.md]("https://github.com/grafana/grafana/blob/master/CHANGELOG.md") file. +