Skip to content

Releases: grafana/grafana

Grafana v1.7.0

11 Aug 11:16
Compare
Choose a tag to compare

Release contains fixes for problems found in v1.7.0-rc1 (plus one improvement to panel error bars, Issue #681)

Head here for download and details:
http://grafana.org/download/

Grafana v1.7.0-rc1

05 Aug 13:07
Compare
Choose a tag to compare

Downloads and release details can be found at http://grafana.org/download/

Or checkout this blog post for highlights and a short project status update.

Grafana v1.6.1

24 Jun 13:27
Compare
Choose a tag to compare

Downloads and release details can be found at http://grafana.org/download/

Grafana v1.6.0

16 Jun 16:47
Compare
Choose a tag to compare

Downloads and release details can be found at http://grafana.org/download/

Blog post with release highlights and screenshots.

Grafana v1.5.4

13 May 18:14
Compare
Choose a tag to compare

Downloads and release details can be found at http://grafana.org/download/

Grafana v1.5.3

17 Apr 21:06
Compare
Choose a tag to compare

Downloads and release details can be found at http://grafana.org/download/

Grafana v1.5.2

24 Mar 11:52
Compare
Choose a tag to compare

New Features and improvements

  • Support for second optional params for functions like aliasByNode (Issue #167). Read the wiki on the Function Editor for more info.
  • More functions added to InfluxDB query editor (Issue #218)
  • Filters can now be used inside other filters (templated segments) (Issue #128)
  • More graphite functions added

Fixes

  • Float arguments now work for functions like scale (Issue #223)
  • Fix for graphite function editor, the graph & target was not updated after adding a function and leaving default params as is #191

The zip files now contains a sub folder with project name and version suffix. (Issue #209)

Grafana v1.5.1

11 Mar 06:56
Compare
Choose a tag to compare

Fixes:

  • maxDataPoints must be an integer #184 (thanks @frejsoya for fixing this)

For people who are find Grafana slow for large time spans or high resolution metrics. This is most likely due to graphite returning a large number of datapoints. The maxDataPoints parameter solves this issue. For maxDataPoints to work you need to run the latest graphite-web (some builds of 0.9.12 does not include this feature):

Read this for more info:
https://github.com/torkelo/grafana/wiki/Performance-for-large-time-spans

Grafana v1.5.0

09 Mar 18:07
Compare
Choose a tag to compare

New Features and improvements

  • New function editor video demo (Issue #178)
  • Links to function documentation from function editor (Issue #3)
  • Reorder functions (Issue #130)
  • Initial support for InfluxDB as metric datasource (#103), need feedback!
  • Dashboard playlist (Issue #36)
  • When adding aliasByNode smartly set node number (Issue #175)
  • Support graphite identifiers with embedded colons (Issue #173)
  • Typeahead & autocomplete when adding new function (Issue #164)
  • More graphite function definitions
  • Make "ms" axis format include hour, day, weeks, month and year (Issue #149)
  • Microsecond axis format (Issue #146)
  • Specify template paramaters in URL (Issue #123)

Fixes

  • Basic Auth fix (Issue #152)
  • Fix to annotations with graphite source & null values (Issue #138)

Grafana v1.4.0

21 Feb 13:45
Compare
Choose a tag to compare

New Features:
#44 Annotations! Required a lot of work to get right. Read wiki article for more info. Supported annotations data sources are graphite metrics and graphite events. Support for more will be added in the future!
#35 Support for multiple graphite servers! (Read wiki article for more)
#116 Back to dashboard link in top menu to easily exist full screen / edit mode.
#114, #97 Legend values now use the same y axes formatter
#77 Improvements and polish to the light theme

Changes:
#98 Stack is no longer by default turned on in graph display settings.
Hide controls (Ctrl+h) now hides the sub menu row (where filtering, and annotations are). So if you had filtering enabled and hide controls enabled you will not see the filtering sub menu.

Fixes:
#94 Fix for bug that caused dashboard settings to sometimes not contain timepicker tab.
#110 Graph with many many metrics caused legend to push down graph editor below screen. You can now scroll in edit mode & full screen mode for graphs with lots of series & legends.
#104 Improvement to graphite target editor, select wildcard now gives you a "select metric" link for the next node.
#105 Added zero as a possible node value in groupByAlias function