Grafana v2.0.0-Beta1 Release Notes

Release Date: 2015-03-30 // about 9 years ago
  • Important Note

    ๐Ÿ“š Grafana 2.x is fundamentally different from 1.x; it now ships with an integrated backend server. Please read the Documentation for more detailed about this SIGNIFICANT change to Grafana

    ๐Ÿ†• New features

    • Issue #1623. Share Dashboard: Dashboard snapshot sharing (dash and data snapshot), save to local or save to public snapshot dashboard snapshots.raintank.io site
    • ๐ŸŒ Issue #1622. Share Panel: The share modal now has an embed option, gives you an iframe that you can use to embed a single graph on another web site
    • โš  Issue #718. Dashboard: When saving a dashboard and another user has made changes in between the user is prompted with a warning if he really wants to overwrite the other's changes
    • Issue #1331. Graph & Singlestat: New axis/unit format selector and more units (kbytes, Joule, Watt, eV), and new design for graph axis & grid tab and single stat options tab views
    • Issue #1241. Timepicker: New option in timepicker (under dashboard settings), to change now to be for example now-1m, useful when you want to ignore last minute because it contains incomplete data
    • Issue #171. Panel: Different time periods, panels can override dashboard relative time and/or add a time shift
    • ๐Ÿ‘ฏ Issue #1488. Dashboard: Clone dashboard / Save as
    • Issue #1458. User: persisted user option for dark or light theme (no longer an option on a dashboard)
    • Issue #452. Graph: Adds logarithmic scale option for base 10, base 16 and base 1024

    โœจ Enhancements

    • ๐Ÿ‘ Issue #1366. Graph & Singlestat: Support for additional units, Fahrenheit (ยฐF) and Celsius (ยฐC), Humidity (%H), kW, watt-hour (Wh), kilowatt-hour (kWh), velocities (m/s, km/h, mpg, knot)
    • ๐Ÿ‘ Issue #978. Graph: Shared tooltip improvement, can now support metrics of different resolution/intervals
    • Issue #1297. Graphite: Added cumulative and minimumBelow graphite functions
    • Issue #1296. InfluxDB: Auto escape column names with special characters. Thanks @steven-aerts
    • Issue #1321. SingleStatPanel: You can now use template variables in pre & postfix
    • ๐Ÿ‘ Issue #599. Graph: Added right y axis label setting and graph support
    • Issue #1253. Graph & Singlestat: Users can now set decimal precision for legend and tooltips (override auto precision)
    • Issue #1255. Templating: Dashboard will now wait to load until all template variables that have refresh on load set or are initialized via url to be fully loaded and so all variables are in valid state before panels start issuing metric requests.
    • ๐Ÿท Issue #1344. OpenTSDB: Alias patterns (reference tag values), syntax is: $tag_tagname or [[tag_tagname]]

    ๐Ÿ›  Fixes

    • Issue #1298. InfluxDB: Fix handling of empty array in templating variable query
    • ๐Ÿ›  Issue #1309. Graph: Fixed issue when using zero as a grid threshold
    • ๐Ÿ’ป Issue #1345. UI: Fixed position of confirm modal when scrolled down
    • Issue #1372. Graphite: Fix for nested complex queries, where a query references a query that references another query (ie the #[A-Z] syntax)
    • Issue #1363. Templating: Fix to allow custom template variables to contain white space, now only splits on ','
    • Issue #1359. Graph: Fix for all series tooltip showing series with all null values when Hide Empty option is enabled
    • ๐Ÿ›  Issue #1497. Dashboard: Fixed memory leak when switching dashboards

    ๐Ÿ”„ Changes

    • Dashboard title change & save will no longer create a new dashboard, it will just change the title.

    OpenTSDB breaking change

    • Issue #1438. OpenTSDB: Automatic downsample interval passed to OpenTSDB (depends on timespan and graph width)
    • 0๏ธโƒฃ NOTICE, Downsampling is now enabled by default, so if you have not picked a downsample aggregator in your metric query do so or your graphs will be misleading
    • This will make Grafana a lot quicker for OpenTSDB users when viewing large time spans without having to change the downsample interval manually.

    Tech

    • โšก๏ธ Issue #1311. Tech: Updated Font-Awesome from 3.2 to 4.2