Skip to content

Grafana v3.0.1 Stable

Compare
Choose a tag to compare
@torkelo torkelo released this 11 May 08:58
· 44218 commits to main since this release

For full details read the Grafana 3.0 Beta Release blog post

Download
Installation

3.0 Highlights

  • Big UI improvements and polish
  • Redesigned plugin architecture and SDK
  • Grafana-cli command line tool shipped with grafana, installs plugins
  • Persisted dashboard playlists
  • Preferences like home dashboard, timezone and theme on org and user level
  • New plugin types, Apps, and Panels.
  • New platform site built around Grafana at Grafana.net
    • Plugin repository
    • More stuff coming soon (Hosted, On Prem Grafana Monitoring and Backups)
  • Annotation popovers can contain clickable links
  • Support for InfluxDB 0.11
  • Templated data source Easily reuse the same dashboard for multiple data source instances
  • Full changelog

Breaking changes

  • Dashboards from v2.6 are fully compatible; no manual updates should be necessary. There could
    be some edge case scenarios where dashboards using templating could stop working.
    If that is the case just enter the edit view for the template variable and hit Update button.
    This is due to a simplification of the variable format system where template variables are
    now stored without any formatting (glob/regex/etc), this is done on the fly when the
    variable is interpolated.
  • Plugin API: The plugin API has changed so if you are using a custom
    data source (or panel) they need to be updated as well.
  • InfluxDB 0.8: This data source is no longer included in releases,
    you can still install manually from Grafana.net
  • KairosDB: This data source has also no longer shipped with Grafana,
    you can install it manually from Grafana.net