Grafana v1.7.0-rc1 Release Notes

Release Date: 2014-08-05 // over 9 years ago
  • ๐Ÿ†• New features or improvements

    • Issue #581. InfluxDB: Add continuous query in series results (series typeahead).
    • ๐Ÿ‘ Issue #584. InfluxDB: Support for alias & alias patterns when using raw query mode
    • ๐Ÿ‘ Issue #394. InfluxDB: Annotation support
    • Issue #633. InfluxDB: InfluxDB can now act as a datastore for dashboards
    • ๐Ÿ‘ Issue #610. InfluxDB: Support for InfluxdB v0.8 list series response schemea (series typeahead)
    • Issue #525. InfluxDB: Enhanced series aliasing (legend names) with pattern replacements
    • 0๏ธโƒฃ Issue #266. Graphite: New option cacheTimeout to override graphite default memcache timeout
    • Issue #606. General: New global option in config.js to specify admin password (useful to hinder users from accidentally make changes)
    • ๐Ÿ‘ Issue #201. Annotations: Elasticsearch data source support for events
    • 0๏ธโƒฃ Issue #344. Annotations: Annotations can now be fetched from non default data sources
    • Issue #631. Search: max_results config.js option & scroll in search results (To show more or all dashboards)
    • Issue #511. Text panel: Allow [[..]] filter notation in all text panels (markdown/html/text)
    • Issue #136. Graph: New legend display option "Align as table"
    • Issue #556. Graph: New legend display option "Right side", will show legend to the right of the graph
    • Issue #604. Graph: New axis format, 'bps' (SI unit in steps of 1000) useful for network gear metics
    • Issue #626. Graph: Downscale y axis to more precise unit, value of 0.1 for seconds format will be formatted as 100 ms. Thanks @kamaradclimber
    • Issue #618. OpenTSDB: Series alias option to override metric name returned from opentsdb. Thanks @heldr

    ๐Ÿ“š Documentation

    • ๐Ÿ“„ Issue #635. Docs for features and changes in v1.7, new troubleshooting guide, new Getting started guide, improved install & config guide.

    ๐Ÿ”„ Changes

    • Issue #536. Graphite: Use unix epoch for Graphite from/to for absolute time ranges
    • ๐Ÿšš Issue #641. General: Dashboard save temp copy feature settings moved from dashboard to config.js, default is enabled, and ttl to 30 days
    • Issue #532. Schema: Dashboard schema changes, "Unsaved changes" should not appear for schema changes. All changes are backward compatible with old schema.

    ๐Ÿ›  Fixes

    • Issue #545. Graph: Fix formatting negative values (axis formats, legend values)
    • Issue #460. Graph: fix for max legend value when max value is zero
    • Issue #628. Filtering: Fix for nested filters, changing a child filter could result in infinite recursion in some cases
    • ๐Ÿ“œ Issue #528. Graphite: Fix for graphite expressions parser failure when metric expressions starts with curly brace segment