Skip to content

Latest commit

 

History

History
2257 lines (1656 loc) · 191 KB

CHANGELOG_ARCHIVE.md

File metadata and controls

2257 lines (1656 loc) · 191 KB

5.4.5 (2019-08-29)

  • Security: Urgent security patch release. Please read more in our blog

5.4.4 (2019-04-29)

  • Security: Urgent security patch release. Please read more in our blog

5.4.3 (2019-01-14)

Tech

  • Docker: Build and publish docker images for armv7 and arm64 #14617, thx @johanneswuerbach
  • Backend: Upgrade to golang 1.11.4 #14580
  • MySQL only update session in mysql database when required #14540

Bug fixes

  • Alerting Invalid frequency causes division by zero in alert scheduler #14810
  • Dashboard Dashboard links do not update when time range changes #14493
  • Limits Support more than 1000 data sources per org #13883
  • Backend fix signed in user for orgId=0 result should return active org id #14574
  • Provisioning Adds orgId to user dto for provisioned dashboards #14678

5.4.2 (2018-12-13)

  • Data Source admin: Fix for issue creating new data source when same name exists #14467
  • OAuth: Fix for oauth auto login setting, can now be set using env variable #14435
  • Dashboard search: Fix for searching tags in tags filter dropdown.

5.4.1 (2018-12-10)

  • Stackdriver: Fixes issue with data proxy and Authorization header #14262
  • Units: fixedUnit for Flow:l/min and mL/min #14294, thx @flopp999.
  • Logging: Fix for issue where data proxy logged a secret when debug logging was enabled, now redacted. #14319
  • TSDB**: Fix always take dashboard timezone into consideration when handle custom time ranges**: Add support for alerting on InfluxDB queries that use the cumulative_sum function. #14314, thx @nitti
  • Plugins: Panel plugins should no receive the panel-initialized event again as usual.
  • Embedded Graphs: Iframe graph panels should now work as usual. #14284
  • Postgres: Improve PostgreSQL Query Editor if using different Schemas, #14313
  • Quotas: Fixed for updating org & user quotas. #14347, thx #moznion
  • Cloudwatch: Add the AWS/SES Cloudwatch metrics of BounceRate and ComplaintRate to auto complete list. #14401, thx @sglajchEG
  • Dashboard Search: Fixed filtering by tag issues.
  • Graph: Fixed time region issues, #14425, #14280
  • Graph: Fixed issue with series color picker popover being placed outside window.

5.4.0 (2018-12-03)

  • Cloudwatch: Fix invalid time range causes segmentation fault #14150
  • Cloudwatch: AWS/CodeBuild metrics and dimensions #14167, thx @mmcoltman
  • MySQL: Fix $__timeFrom() and $__timeTo() should respect local time zone #14228

5.4.0-beta1 fixes

  • Graph: Fix legend always visible even if configured to be hidden #14144
  • Elasticsearch: Fix regression when using data source version 6.0+ and alerting #14175

5.4.0-beta1 (2018-11-20)

New Features

  • Alerting: Introduce alert debouncing with the FOR setting. #7886 & #6202
  • Alerting: Option to disable OK alert notifications #12330 & #6696, thx @davewat
  • Postgres/MySQL/MSSQL: Adds support for configuration of max open/idle connections and connection max lifetime. Also, panels with multiple SQL queries will now be executed concurrently #11711, thx @connection-reset
  • MySQL: Graphical query builder #13762, thx svenklemm
  • MySQL: Support connecting thru Unix socket for MySQL data source #12342, thx @Yukinoshita-Yukino
  • MSSQL: Add encrypt setting to allow configuration of how data sent between client and server are encrypted #13629, thx @ramiro
  • Stackdriver: Not possible to authenticate using GCE metadata server #13669
  • Teams: Team preferences (theme, home dashboard, timezone) support #12550
  • Graph: Time regions support enabling highlight of weekdays and/or certain timespans #5930
  • OAuth: Automatic redirect to sign-in with OAuth #11893, thx @Nick-Triller
  • Stackdriver: Template query editor #13561

Minor

  • Security: Upgrade macaron session package to fix security issue. #14043
  • Cloudwatch: Show all available CloudWatch regions #12308, thx @mtanda
  • Cloudwatch: AWS/Connect metrics and dimensions #13970, thx @zcoffy
  • Cloudwatch: CloudHSM metrics and dimensions #14129, thx @daktari
  • Cloudwatch: Enable using variables in the stats field #13810, thx @mtanda
  • Postgres: Add delta window function to postgres query builder #13925, thx svenklemm
  • Elasticsearch: Fix switching to/from es raw document metric query #6367
  • Elasticsearch: Fix deprecation warning about terms aggregation order key in Elasticsearch 6.x #11977
  • Graph: Render dots when no connecting line can be made #13605, thx @jsferrei
  • Table: Fix CSS alpha background-color applied twice in table cell with link #13606, thx @grisme
  • Singlestat: Fix XSS in prefix/postfix #13946, thx @cinaglia
  • Units: New clock time format, to format ms or second values as for example 01h:59m, #13635, thx @franciscocpg
  • Alerting: Increase default duration for queries #13945
  • Alerting: More options for the Slack Alert notifier #13993, thx @andreykaipov
  • Alerting: Can't receive DingDing alert when alert is triggered #13723, thx @Yukinoshita-Yukino
  • Alerting: Increase Telegram captions length limit #13876, thx @skgsergio
  • Internal metrics: Renamed grafana_info to grafana_build_info and added branch, goversion and revision #13876
  • Data Source Proxy: Keep trailing slash for data source proxy requests #13326, thx @ryantxu
  • OAuth: Fix Google OAuth relies on email, not google account id #13924, thx @vinicyusmacedo
  • Dashboard: Toggle legend using keyboard shortcut #13655, thx @davewat
  • Dashboard: Fix render dashboard row drag handle only in edit mode #13555, thx @praveensastry
  • Teams: Fix cannot select team if not included in initial search #13425
  • Render: Support full height screenshots using phantomjs render script #13352, thx @amuraru
  • HTTP API: Support retrieving teams by user #14120, thx @supercharlesliu
  • Metrics: Add basic authentication to metrics endpoint #13577, thx @bobmshannon

Breaking changes

  • Postgres/MySQL/MSSQL data sources now per default uses max open connections = unlimited (earlier 10), max idle connections = 2 (earlier 10) and connection max lifetime = 4 hours (earlier unlimited).

5.3.4 (2018-11-13)

  • Alerting: Delete alerts when parent folder was deleted #13322
  • MySQL: Fix $__timeFilter() should respect local time zone #13769
  • Dashboard: Fix data source selection in panel by enter key #13932
  • Graph: Fix table legend height when positioned below graph and using Internet Explorer 11 #13903
  • Dataproxy: Drop origin and referer http headers #13328 #13949, thx @roidelapluie

5.3.3 (2018-11-13)

File Exfiltration vulnerability Security fix

See security announcement for details.

5.3.2 (2018-10-24)

  • InfluxDB/Graphite/Postgres: Prevent cross site scripting (XSS) in query editor #13667, thx @svenklemm
  • Postgres: Fix template variables error #13692, thx @svenklemm
  • Cloudwatch: Fix service panic because of race conditions #13674, thx @mtanda
  • Cloudwatch: Fix check for invalid percentile statistics #13633, thx @apalaniuk
  • Stackdriver/Cloudwatch: Allow user to change unit in graph panel if cloudwatch/stackdriver data source response doesn't include unit #13718, thx @mtanda
  • Stackdriver: stackdriver user-metrics duplicated response when multiple resource types #13691
  • Variables: Fix text box template variable doesn't work properly without a default value #13666
  • Variables: Fix variable dependency check when using ${var} format #13600
  • Dashboard: Fix kiosk=1 url parameter should put dashboard in kiosk mode #13764
  • LDAP: Fix super admins can also be admins of orgs #13710, thx @adrien-f
  • Provisioning: Fix deleting provisioned dashboard folder should cleanup provisioning meta data #13280

Minor

  • Docker: adds curl back into the docker image for utility. #13794

5.3.1 (2018-10-16)

  • Render: Fix PhantomJS render of graph panel when legend displayed as table to the right #13616
  • Stackdriver: Filter option disappears after removing initial filter #13607
  • Elasticsearch: Fix no limit size in terms aggregation for alerting queries #13172, thx @Yukinoshita-Yukino
  • InfluxDB: Fix for annotation issue that caused text to be shown twice #13553
  • Variables: Fix nesting variables leads to exception and missing refresh #13628
  • Variables: Prometheus: Single letter labels are not supported #13641, thx @olshansky
  • Graph: Fix graph time formatting for Last 24h ranges #13650
  • Playlist: Fix cannot add dashboards with long names to playlist #13464, thx @neufeldtech
  • HTTP API: Fix /api/org/users so that query and limit querystrings works

5.3.0 (2018-10-10)

  • Stackdriver: Filter wildcards and regex matching are not yet supported #13495
  • Stackdriver: Support the distribution metric type for heatmaps #13559
  • Cloudwatch: Automatically set graph yaxis unit #13575, thx @mtanda

5.3.0-beta3 (2018-10-03)

  • Stackdriver: Fix for missing ngInject #13511
  • Permissions: Fix for broken permissions selector #13507
  • Alerting: Alert reminders deduping not working as expected when running multiple Grafana instances #13492

5.3.0-beta2 (2018-10-01)

New Features

  • Annotations: Enable template variables in tagged annotations queries #9735
  • Stackdriver: Support for Google Stackdriver data source #13289

Minor

  • Provisioning: Dashboard Provisioning now support symlinks that changes target #12534, thx @auhlig
  • OAuth: Allow oauth email attribute name to be configurable #12986, thx @bobmshannon
  • Tags: Default sort order for GetDashboardTags #11681, thx @Jonnymcc
  • Prometheus: Label completion queries respect dashboard time range #12251, thx @mtanda
  • Prometheus: Allow to display annotations based on Prometheus series value #10159, thx @mtanda
  • Prometheus: Adhoc-filtering for Prometheus dashboards #13212
  • Singlestat: Fix gauge display accuracy for percents #13270, thx @tianon
  • Dashboard: Prevent auto refresh from starting when loading dashboard with absolute time range #12030
  • Templating: New templating variable type Text box that allows free text input #3173
  • Alerting: Link to view full size image in Microsoft Teams alert notifier #13121, thx @holiiveira
  • Alerting: Fixes a bug where all alerts would send reminders after upgrade & restart #13402
  • Alerting: Concurrent render limit for graphs used in notifications #13401
  • Postgres/MySQL/MSSQL: Add support for replacing $__interval and $__interval_ms in alert queries #11555, thx @svenklemm

5.3.0-beta1 (2018-09-06)

New Major Features

  • Alerting: Notification reminders #7330, thx @jbaublitz
  • Dashboard: TV & Kiosk mode changes, new cycle view mode button in dashboard toolbar #13025
  • OAuth: Gitlab OAuth with support for filter by groups #5623, thx @BenoitKnecht
  • Postgres: Graphical query builder #10095, thx svenklemm

New Features

  • LDAP: Define Grafana Admin permission in ldap group mappings #2469, PR #12622
  • LDAP: Client certificates support #12805, thx @nyxi
  • Profile: List teams that the user is member of in current/active organization #12476
  • Configuration: Allow auto-assigning users to specific organization (other than Main. Org) #1823 #12801, thx @gzzo and @ofosos
  • Dataproxy: Pass configured/auth headers to a data source #10971, thx @mrsiano
  • CloudWatch: GetMetricData support #11487, thx @mtanda
  • Postgres: TimescaleDB support, e.g. use time_bucket for grouping by time when option enabled #12680, thx svenklemm
  • Cleanup: Make temp file time to live configurable #11607, thx @xapon

Minor

  • Alerting: Its now possible to configure the default value for how to handle errors and no data in alerting. #10424
  • Alerting: Fix diff and percent_diff reducers #11563, thx @jessetane
  • Alerting: Fix rendering timeout which could cause notifications to not be sent due to rendering timing out #12151
  • Docker: Make it possible to set a specific plugin url #12861, thx ClementGautier
  • GrafanaCli: Fixed issue with grafana-cli install plugin resulting in corrupt http response from source error. Fixes #13079
  • Provisioning: Should allow one default data source per organization #12229
  • GitHub OAuth: Allow changes of user info at GitHub to be synched to Grafana when signing in #11818, thx @rwaweber
  • OAuth: Fix overriding tls_skip_verify_insecure using environment variable #12747, thx @jangaraj
  • Prometheus: Fix graph panel bar width issue in aligned prometheus queries #12379
  • Prometheus: Heatmap - fix unhandled error when some points are missing #12484
  • Prometheus: Add $__interval, $**interval_ms, $**range, $__range_s & $__range_ms support for dashboard and template queries #12597 #12882, thx @roidelapluie
  • Elasticsearch: For alerting/backend, support having index name to the right of pattern in index pattern #12731
  • Graphite: Fix for quoting of int function parameters (when using variables) #11927
  • InfluxDB: Support timeFilter in query templating for InfluxDB #12598, thx kichristensen
  • Postgres/MySQL/MSSQL: New $__unixEpochGroup and $__unixEpochGroupAlias macros #12892, thx @svenklemm
  • Postgres/MySQL/MSSQL: Add previous fill mode to $__timeGroup macro which will fill in previously seen value when point is missing #12756, thx @svenklemm
  • Postgres/MySQL/MSSQL: Use floor rounding in $__timeGroup macro function #12460, thx @svenklemm
  • Postgres/MySQL/MSSQL: Use metric column as prefix when returning multiple value columns #12727, thx @svenklemm
  • Postgres/MySQL/MSSQL: New $__timeGroupAlias macro. Postgres $__timeGroup no longer automatically adds time column alias #12749, thx @svenklemm
  • Postgres/MySQL/MSSQL: Escape single quotes in variables #12785, thx @eMerzh
  • Postgres/MySQL/MSSQL: Min time interval support #13157, thx @svenklemm
  • MySQL/MSSQL: Use datetime format instead of epoch for $__timeFilter, $**timeFrom and $**timeTo macros #11618 #11619, thx @AustinWinstanley
  • Postgres: Escape ssl mode parameter in connectionstring #12644, thx @yogyrahmawan
  • Cloudwatch: Improved error handling #12489, thx @mtanda
  • Cloudwatch: AppSync metrics and dimensions #12300, thx @franciscocpg
  • Cloudwatch: Direct Connect metrics and dimensions #12762, thx @mindriot88
  • Cloudwatch: Added BurstBalance metric to list of AWS RDS metrics #12561, thx @activeshadow
  • Cloudwatch: Add new Redshift metrics and dimensions #12063, thx @A21z
  • Dashboard: Fix selecting current dashboard from search should not reload dashboard #12248
  • Dashboard: Use uid when linking to dashboards internally in a dashboard #10705
  • Graph: Option to hide series from tooltip #3341, thx @mtanda
  • Singlestat: Make colorization of prefix and postfix optional in singlestat #11892, thx @ApsOps
  • Table: Adjust header contrast for the light theme #12668
  • Table: Fix link color when using light theme and thresholds in use #12766
  • Table: Fix for useless horizontal scrollbar for table panel #9964
  • Table: Make table sorting stable when null values exist #12362, thx @bz2
  • Heatmap: Fix broken tooltip and crosshair on Firefox #12486
  • Data Source: Fix UI issue with secret fields after updating data source #11270
  • Variables: Skip unneeded extra query request when de-selecting variable values used for repeated panels #8186, thx @mtanda
  • Variables: Limit amount of queries executed when updating variable that other variable(s) are dependent on #11890
  • Variables: Support query variable refresh when another variable referenced in Regex field change its value #12952, thx @franciscocpg
  • Variables: Support variables in query variable Custom all value field #12965, thx @franciscocpg
  • Units: Change units to include characters for power of 2 and 3 #12744, thx @Worty
  • Units: Polish złoty currency #12691, thx @mwegrzynek
  • Units: Adds bitcoin axes unit. #13125
  • Api: Delete nonexistent data source should return 404 #12313, thx @AustinWinstanley
  • Logging: Reopen log files after receiving a SIGHUP signal #13112, thx @filewalkwithme
  • Login: Show loading animation while waiting for authentication response on login #12865
  • UI: Fix iOS home screen "app" icon and Windows 10 app experience #12752, thx @andig
  • Plugins: Convert URL-like text to links in plugins readme #12843, thx pgiraud

Breaking changes

  • Postgres data source no longer automatically adds time column alias when using the $__timeGroup alias. However, there's code in place which should make this change backward compatible and shouldn't create any issues.
  • Kiosk mode now also hides submenu (variables)
  • ?inactive url parameter no longer supported, replaced with kiosk=tv url parameter

New experimental features

These are new features that's still being worked on and are in an experimental phase. We encourage users to try these out and provide any feedback in related issue.

  • Dashboard: Auto fit dashboard panels to optimize space used for current TV / Monitor #12768

Tech

  • Frontend: Convert all Frontend Karma tests to Jest tests #12224
  • Backend: Upgrade to golang 1.11 #13030

5.2.4 (2018-09-07)

  • GrafanaCli: Fixed issue with grafana-cli install plugin resulting in corrupt http response from source error. Fixes #13079

5.2.3 (2018-08-29)

Important fix for LDAP & OAuth login vulnerability

See security announcement for details.

5.2.2 (2018-07-25)

Minor

  • Prometheus: Fix graph panel bar width issue in aligned prometheus queries #12379
  • Dashboard: Dashboard links not updated when changing variables #12506
  • Postgres/MySQL/MSSQL: Fix connection leak #12636 #9827
  • Plugins: Fix loading of external plugins #12551
  • Dashboard: Remove unwanted scrollbars in embedded panels #12589
  • Prometheus: Prevent error using $__interval_ms in query #12533, thx @mtanda

5.2.1 (2018-06-29)

Minor

  • Auth Proxy: Important security fix for whitelist of IP address feature #12444
  • UI: Fix - Grafana footer overlapping page #12430
  • Logging: Errors should be reported before crashing #12438

5.2.0-stable (2018-06-27)

Minor

  • Plugins: Handle errors correctly when loading data source plugin #12383 thx @rozetko
  • Render: Enhance error message if phantomjs executable is not found #11868
  • Dashboard: Set correct text in drop down when variable is present in url #11968

5.2.0-beta3 fixes

  • LDAP: Handle "dn" ldap attribute more gracefully #12385, reverts #10970

5.2.0-beta3 (2018-06-21)

Minor

  • Build: All rpm packages should be signed #12359

5.2.0-beta2 (2018-06-20)

New Features

  • Dashboard: Import dashboard to folder #10796

Minor

  • Permissions: Important security fix for API keys with viewer role #12343
  • Dashboard: Fix so panel titles doesn't wrap #11074
  • Dashboard: Prevent double-click when saving dashboard #11963
  • Dashboard: AutoFocus the add-panel search filter #12189 thx @ryantxu
  • Units: W/m2 (energy), l/h (flow) and kPa (pressure) #11233, thx @flopp999
  • Units: Liter/min (flow) and milliLiter/min (flow) #12282, thx @flopp999
  • Alerting: Fix mobile notifications for Microsoft Teams alert notifier #11484, thx @manacker
  • Influxdb: Add support for mode function #12286
  • Cloudwatch: Fixes panic caused by bad timerange settings #12199
  • Auth Proxy: Whitelist proxy IP address instead of client IP address #10707
  • User Management: Make sure that a user always has a current org assigned #11076
  • Snapshots: Fix: annotations not properly extracted leading to incorrect rendering of annotations #12278
  • LDAP: Allow use of DN in group_search_filter_user_attribute and member_of #3132, thx @mmolnar
  • Graph: Fix legend decimals precision calculation #11792
  • Dashboard: Make sure to process panels in collapsed rows when exporting dashboard #12256

5.2.0-beta1 fixes

  • Dashboard: Dashboard link doesn't work when "As dropdown" option is checked #12315
  • Dashboard: Fix regressions after save modal changes, including adhoc template issues #12240
  • Docker: Config keys ending with _FILE are not respected #170

5.2.0-beta1 (2018-06-05)

New Features

  • Elasticsearch: Alerting support #5893, thx @WPH95
  • Build: Crosscompile and packages Grafana on arm, windows, linux and darwin #11920, thx @fg2it
  • Login: Change admin password after first login #11882
  • Alert list panel: Updated to support filtering alerts by name, dashboard title, folder, tags #11500, #8168, #6541

Minor

  • Dashboard: Modified time range and variables are now not saved by default #10748, #8805
  • Graph: Show invisible highest value bucket in histogram #11498
  • Dashboard: Enable "Save As..." if user has edit permission #11625
  • Prometheus: Query dates are now step-aligned #10434
  • Prometheus: Table columns order now changes when rearrange queries #11690, thx @mtanda
  • Variables: Fix variable interpolation when using multiple formatting types #11800, thx @svenklemm
  • Dashboard: Fix date selector styling for dark/light theme in time picker control #11616
  • Discord: Alert notification channel type for Discord, #7964 thx @jereksel,
  • InfluxDB: Support SELECT queries in templating query, #5013
  • InfluxDB: Support count distinct aggregation #11645, thx @kichristensen
  • Dashboard: JSON Model under dashboard settings can now be updated & changes saved, #1429, thx @jereksel
  • Security: Fix XSS vulnerabilities in dashboard links #11813
  • Singlestat: Fix "time of last point" shows local time when dashboard timezone set to UTC #10338
  • Prometheus: Add support for passing timeout parameter to Prometheus #11788, thx @mtanda
  • Login: Add optional option sign out url for generic oauth #9847, thx @roidelapluie
  • Login: Use proxy server from environment variable if available #9703, thx @iyeonok
  • Invite users: Friendlier error message when smtp is not configured #12087, thx @thurt
  • Graphite: Don't send distributed tracing headers when using direct/browser access mode #11494
  • Sidenav: Show create dashboard link for viewers if at least editor in one folder #11858
  • SQL: Second epochs are now correctly converted to ms. #12085
  • Singlestat: Fix singlestat threshold tooltip #11971
  • Dashboard: Hide grid controls in fullscreen/low-activity views #11771
  • Dashboard: Validate uid when importing dashboards #11515
  • Docker: Support for env variables ending with _FILE grafana-docker #166, thx @efrecon
  • Alert list panel: Show alerts for user with viewer role #11167
  • Provisioning: Verify checksum of dashboards before updating to reduce load on database #11670
  • Provisioning: Support symlinked files in dashboard provisioning config files #11958
  • Dashboard list panel: Search dashboards by folder #11525
  • Sidenav: Always show server admin link in sidenav if grafana admin #11657

5.1.5 (2018-06-27)

  • Docker: Config keys ending with _FILE are not respected #170

5.1.4 (2018-06-19)

  • Permissions: Important security fix for API keys with viewer role #12343

5.1.3 (2018-05-16)

  • Scroll: Graph panel / legend texts shifts on the left each time we move scrollbar on firefox #11830

5.1.2 (2018-05-09)

  • Database: Fix MySql migration issue #11862
  • Google Analytics: Enable Google Analytics anonymizeIP setting for GDPR #11656

5.1.1 (2018-05-07)

  • LDAP: LDAP login with MariaDB/MySQL database and dn>100 chars not possible #11754
  • Build: AppVeyor Windows build missing version and commit info #11758
  • Scroll: Scroll can't start in graphs on Chrome mobile #11710
  • Units: Revert renaming of unit key ppm #11743

5.1.0 (2018-04-26)

  • Folders: Default permissions on folder are not shown as inherited in its dashboards #11668
  • Templating: Allow more than 20 previews when creating a variable #11508
  • Dashboard: Row edit icon not shown #11466
  • SQL: Unsupported data types for value column using time series query #11703
  • Prometheus: Prometheus query inspector expands to be very large on autocomplete queries #11673

5.1.0-beta1 (2018-04-20)

  • MSSQL: New Microsoft SQL Server data source #10093, #11298, thx @linuxchips
  • Prometheus: The heatmap panel now support Prometheus histograms #10009
  • Postgres/MySQL: Ability to insert 0s or nulls for missing intervals #9487, thanks @svenklemm
  • Postgres/MySQL/MSSQL: Fix precision for the time column in table mode #11306
  • Graph: Align left and right Y-axes to one level #1271 & #2740 thx @ilgizar
  • Graph: Thresholds for Right Y axis #7107, thx @ilgizar
  • Graph: Support multiple series stacking in histogram mode #8151, thx @mtanda
  • Alerting: Pausing/un alerts now updates new_state_date #10942
  • Alerting: Support Pagerduty notification channel using Pagerduty V2 API #10531, thx @jbaublitz
  • Templating: Add comma templating format #10632, thx @mtanda
  • Prometheus: Show template variable candidate in query editor #9210, thx @mtanda
  • Prometheus: Support POST for query and query_range #9859, thx @mtanda
  • Alerting: Add support for retries on alert queries #5855, thx @Thib17
  • Table: Table plugin value mappings #7119, thx infernix
  • IE11: IE 11 compatibility #11165
  • Scrolling: Better scrolling experience #11053, #11252, #10836, #11185, #11168
  • Docker: Improved docker image (breaking changes regarding file ownership) grafana-docker #141, thx @Spindel, @ChristianKniep, @brancz and @jangaraj
  • Folders: A folder admin cannot add user/team permissions for folder/its dashboards #11173
  • Provisioning: Improved workflow for provisioned dashboards #10883

Minor

  • OpsGenie: Add triggered alerts as description #11046, thx @llamashoes
  • Cloudwatch: Support high resolution metrics #10925, thx @mtanda
  • Cloudwatch: Add dimension filtering to CloudWatch dimension_values() #10029, thx @willyhutw
  • Units: Second to HH:mm:ss formatter #11107, thx @gladdiologist
  • Singlestat: Add color to prefix and postfix in singlestat panel #11143, thx @ApsOps
  • Dashboards: Version cleanup fails on old databases with many entries #11278
  • Server: Adjust permissions of unix socket #11343, thx @corny
  • Shortcuts: Add shortcut for duplicate panel #11102
  • AuthProxy: Support IPv6 in Auth proxy white list #11330, thx @corny
  • SMTP: Don't connect to STMP server using TLS unless configured. #7189
  • Prometheus: Escape backslash in labels correctly. #10555, thx @roidelapluie
  • Variables: Case-insensitive sorting for template values #11128 thx @cross
  • Annotations (native): Change default limit from 10 to 100 when querying api #11569, thx @flopp999
  • MySQL/Postgres/MSSQL: PostgreSQL data source generates invalid query with dates before 1970 #11530 thx @ryantxu
  • Kiosk: Adds url parameter for starting a dashboard in inactive mode #11228, thx @towolf
  • Dashboard: Enable closing timepicker using escape key #11332
  • Data Sources: Rename direct access mode in the data source settings #11391
  • Search: Display dashboards in folder indented #11073
  • Units: Use B/s instead Bps for Bytes per second #9342, thx @mayli
  • Units: Radiation units #11001, thx @victorclaessen
  • Units: Timeticks unit #11183, thx @jtyr
  • Units: Concentration units and "Normal cubic meter" #11211, thx @flopp999
  • Units: New currency - Czech koruna #11384, thx @Rohlik
  • Avatar: Fix DISABLE_GRAVATAR option #11095
  • Heatmap: Disable log scale when using time time series buckets #10792
  • Provisioning: Remove id from json when provisioning dashboards, #11138
  • Prometheus: tooltip for legend format not showing properly #11516, thx @svenklemm
  • Playlist: Empty playlists cannot be deleted #11133, thx @kichristensen
  • Switch Orgs: Alphabetic order in Switch Organization modal #11556
  • Postgres: improve $__timeFilter macro #11578, thx @svenklemm
  • Permission list: Improved ux #10747
  • Dashboard: Sizing and positioning of settings menu icons #11572
  • Dashboard: Add search filter/tabs to new panel control #10427
  • Folders: User with org viewer role should not be able to save/move dashboards in/to general folder #11553
  • Influxdb: Don't assume the first column in table response is time. #11476, thx @hahnjo

Tech

5.0.4 (2018-03-28)

  • Docker Can't start Grafana on Kubernetes 1.7.14, 1.8.9, or 1.9.4 #140 in grafana-docker repo thx @suquant
  • Dashboard Fixed bug where collapsed panels could not be directly linked to/renderer #11114 & #11086 & #11296
  • Dashboard Provisioning dashboard with alert rules should create alerts #11247
  • Snapshots For snapshots, the Graph panel renders the legend incorrectly on right hand side #11318
  • Alerting Link back to Grafana returns wrong URL if root_path contains sub-path components #11403
  • Alerting Incorrect default value for upload images setting for alert notifiers #11413

5.0.3 (2018-03-16)

  • Mysql: Mysql panic occurring occasionally upon Grafana dashboard access (a bigger patch than the one in 5.0.2) #11155

5.0.2 (2018-03-14)

  • Mysql: Mysql panic occurring occasionally upon Grafana dashboard access #11155
  • Dashboards: Should be possible to browse dashboard using only uid #11231
  • Alerting: Fixes bug where alerts from hidden panels where deleted #11222
  • Import: Fixes bug where dashboards with alerts couldn't be imported #11227
  • Teams: Remove quota restrictions from teams #11220
  • Render: Fixes bug with legacy url redirection for panel rendering #11180

5.0.1 (2018-03-08)

  • Postgres: PostgreSQL error when using ipv6 address as hostname in connection string #11055, thanks @svenklemm
  • Dashboards: Changing templated value from dropdown is causing unsaved changes #11063
  • Prometheus: Fixes bundled Prometheus 2.0 dashboard #11016, thx @roidelapluie
  • Sidemenu: Profile menu "invisible" when gravatar is disabled #11097
  • Dashboard: Fixes a bug with resizable handles for panels #11103
  • Alerting: Telegram inline image mode fails when caption too long #10975
  • Alerting: Fixes silent failing validation #11145
  • OAuth: Only use jwt token if it contains an email address #11127

5.0.0-stable (2018-03-01)

Fixes

  • oauth Fix GitHub OAuth not working with private Organizations #11028 @lostick
  • kiosk white area over bottom panels in kiosk mode #11010
  • alerting Fix OK state doesn't show up in Microsoft Teams #11032, thx @manacker

5.0.0-beta5 (2018-02-26)

Fixes

  • Orgs Unable to switch org when too many orgs listed #10774
  • Folders Make it easier/explicit to access/modify folders using the API #10630
  • Dashboard Scrollbar works incorrectly in Grafana 5.0 Beta4 in some cases #10982
  • ElasticSearch Custom aggregation sizes no longer allowed for Elasticsearch #10124
  • oauth GitHub OAuth with allowed organizations fails to login #10964
  • heatmap Heatmap panel has partially hidden legend #10793
  • snapshots Expired snapshots not being cleaned up #10996

5.0.0-beta4 (2018-02-19)

Fixes

  • Dashboard Fixed dashboard overwrite permission issue #10814
  • Keyboard shortcuts Fixed Esc key when in panel edit/view mode #10945
  • Save dashboard Fixed issue with time range & variable reset after saving #10946

5.0.0-beta3 (2018-02-16)

Fixes

  • MySQL Fixed new migration issue with index length #10931
  • Modal Escape key no closes modals everywhere, fixes #10887
  • Row repeats Fix for repeating rows issue, fixes #10932
  • Docs Team api documented, fixes #10832
  • Plugins Plugin info page broken, fixes #10943

5.0.0-beta2 (2018-02-15)

Fixes

  • Permissions Fixed search permissions issues #10822
  • Permissions Fixed problem issues displaying permissions lists #10864
  • PNG-Rendering Fixed problem rendering legend to the right #10526
  • Reset password Fixed problem with reset password form #10870
  • Light theme Fixed problem with light theme in safari, #10869
  • Provisioning Now handles deletes when dashboard json files removed from disk #10865
  • MySQL Fixed issue with schema migration on old mysql (index too long) #10779
  • GitHub OAuth Fixed fetching github orgs from private github org #10823
  • Embedding Fixed issues embedding panel #10787

5.0.0-beta1 (2018-02-05)

Grafana v5.0 is going to be the biggest and most foundational release Grafana has ever had, coming with a ton of UX improvements, a new dashboard grid engine, dashboard folders, user teams and permissions. Checkout out this video preview of Grafana v5.

New Major Features

  • Dashboards Dashboard folders, #1611
  • Teams User groups (teams) implemented. Can be used in folder & dashboard permission list.
  • Dashboard grid: Panels are now laid out in a two dimensional grid (with x, y, w, h). #9093.
  • Templating: Vertical repeat direction for panel repeats.
  • UX: Major update to page header and navigation
  • Dashboard settings: Combine dashboard settings views into one with side menu, #9750
  • Persistent dashboard url's: New url's for dashboards that allows renaming dashboards without breaking links. #7883

Breaking changes

  • [dashboard.json] have been replaced with dashboard provisioning. Config files for provisioning data sources as configuration have changed from /conf/datasources to /conf/provisioning/datasources. From /etc/grafana/datasources to /etc/grafana/provisioning/datasources when installed with deb/rpm packages.

  • Pagerduty The notifier now defaults to not auto resolve incidents. More details at #10222

  • HTTP API

    • GET /api/alerts property dashboardUri renamed to url and is now the full url (that is including app sub url).

New Dashboard Grid

The new grid engine is a major upgrade for how you can position and move panels. It enables new layouts and a much easier dashboard building experience. The change is backward compatible. So you can upgrade your current version to 5.0 without breaking dashboards, but you cannot downgrade from 5.0 to previous versions. Grafana will automatically upgrade your dashboards to the new schema and position panels to match your existing layout. There might be minor differences in panel height. If you upgrade to 5.0 and for some reason want to rollback to the previous version you can restore dashboards to previous versions using dashboard history. But that should only be seen as an emergency solution.

Dashboard panels and rows are positioned using a gridPos object {x: 0, y: 0, w: 24, h: 5}. Units are in grid dimensions (24 columns, 1 height unit 30px). Rows and Panels objects exist (together) in a flat array directly on the dashboard root object. Rows are not needed for layouts anymore and are mainly there for backward compatibility. Some panel plugins that do not respect their panel height might require an update.

New Features

  • Alerting: Add support for internal image store #6922, thx @FunkyM
  • Data Source Proxy: Add support for whitelisting specified cookies that will be passed through to the data source when proxying data source requests #5457, thanks @robingustafsson
  • Postgres/MySQL: add __timeGroup macro for mysql #9596, thanks @svenklemm
  • Text: Text panel are now edited in the ace editor. #9698, thx @mtanda
  • Teams: Add Microsoft Teams notifier as #8523, thx @anthu
  • Data Sources: Its now possible to configure data sources with config files #1789
  • Graphite: Query editor updated to support new query by tag features #9230
  • Dashboard history: New config file option versions_to_keep sets how many versions per dashboard to store, #9671
  • Dashboard as cfg: Load dashboards from file into Grafana on startup/change #9654 #5269
  • Prometheus: Grafana can now send alerts to Prometheus Alertmanager while firing #7481, thx @Thib17 and @mtanda
  • Table: Support multiple table formatted queries in table panel #9170, thx @davkal
  • Security: Protect against brute force (frequent) login attempts #7616

Minor

  • Graph: Don't hide graph display options (Lines/Points) when draw mode is unchecked #9770, thx @Jonnymcc
  • Prometheus: Show label name in paren after by/without/on/ignoring/group_left/group_right #9664, thx @mtanda
  • Alert panel: Adds placeholder text when no alerts are within the time range #9624, thx @straend
  • Mysql: MySQL enable MaxOpenCon and MaxIdleCon regards how constring is configured. #9784, thx @dfredell
  • Cloudwatch: Fixes broken query inspector for cloudwatch #9661, thx @mtanda
  • Dashboard: Make it possible to start dashboards from search and dashboard list panel #1871
  • Annotations: Posting annotations now return the id of the annotation #9798
  • Systemd: Use systemd notification ready flag #10024, thx @jgrassler
  • GitHub: Use organizations_url provided from github to verify user belongs in org. #10111, thx @adiletmaratov
  • Backend: Fixed bug where Grafana exited before all sub routines where finished #10131
  • Azure: Adds support for Azure blob storage as external image stor #8955, thx @saada
  • Telegram: Add support for inline image uploads to telegram notifier plugin #9967, thx @rburchell

Fixes

  • Sensu: Send alert message to sensu output #9551, thx @cjchand
  • Singlestat: suppress error when result contains no datapoints #9636, thx @utkarshcmu
  • Postgres/MySQL: Control quoting in SQL-queries when using template variables #9030, thanks @svenklemm
  • Pagerduty: Pagerduty don't auto resolve incidents by default anymore. #10222
  • Cloudwatch: Fix for multi-valued templated queries. #9903

Tech

  • RabbitMq: Remove support for publishing events to RabbitMQ #9645

Deprecation notes

HTTP API

The following operations have been deprecated and will be removed in a future release:

  • GET /api/dashboards/db/:slug -> Use GET /api/dashboards/uid/:uid instead
  • DELETE /api/dashboards/db/:slug -> Use DELETE /api/dashboards/uid/:uid instead

The following properties have been deprecated and will be removed in a future release:

  • uri property in GET /api/search -> Use new url or uid property instead
  • meta.slug property in GET /api/dashboards/uid/:uid and GET /api/dashboards/db/:slug -> Use new meta.url or dashboard.uid property instead

4.6.4 (2018-08-29)

Important fix for LDAP & OAuth login vulnerability

See security announcement for details.

4.6.3 (2017-12-14)

Fixes

  • Gzip: Fixes bug gravatar images when gzip was enabled #5952
  • Alert list: Now shows alert state changes even after adding manual annotations on dashboard #9951
  • Alerting: Fixes bug where rules evaluated as firing when all conditions was false and using OR operator. #9318
  • Cloudwatch: CloudWatch no longer display metrics' default alias #10151, thx @mtanda

4.6.2 (2017-11-16)

Important

  • Prometheus: Fixes bug with new prometheus alerts in Grafana. Make sure to download this version if you're using Prometheus for alerting. More details in the issue. #9777

Fixes

  • Color picker: Bug after using textbox input field to change/paste color string #9769
  • Cloudwatch: Fix for cloudwatch templating query ec2_instance_attribute #9667, thanks @mtanda
  • Heatmap: Fixed tooltip for "time series buckets" mode #9332
  • InfluxDB: Fixed query editor issue when using > or < operators in WHERE clause #9871

4.6.1 (2017-11-01)

  • Singlestat: Lost thresholds when using save dashboard as #9681
  • Graph: Fix for series override color picker #9715
  • Go: build using golang 1.9.2 #9713
  • Plugins: Fixed problem with loading plugin js files behind auth proxy #9509
  • Graphite: Annotation tooltip should render empty string when undefined #9707

4.6.0 (2017-10-26)

Fixes

  • Alerting: Viewer can no longer pause alert rules #9640
  • Playlist: Bug where playlist controls was missing #9639
  • Firefox: Creating region annotations now work in firefox #9638

4.6.0-beta3 (2017-10-23)

Fixes

  • Prometheus: Fix for browser crash for short time ranges. #9575
  • Heatmap: Fix for y-axis not showing. #9576
  • Save to file: Fix for save to file in export modal. #9586
  • Postgres: modify group by time macro so it can be used in select clause #9527, thanks @svenklemm

4.6.0-beta2 (2017-10-17)

Fixes

  • ColorPicker: Fix for color picker not showing #9549
  • Alerting: Fix for broken test rule button in alert tab #9539
  • Cloudwatch: Provide error message when failing to add cloudwatch data source #9534, thx @mtanda
  • Cloudwatch: Fix unused period parameter #9536, thx @mtanda
  • CSV Export: Fix for broken CSV export #9525
  • Text panel: Fix for issue with break lines in Firefox #9491
  • Annotations: Fix for issue saving annotation event in MySQL DB #9550, thanks @krise3k

4.6.0-beta1 (2017-10-13)

New Features

  • Annotations: Add support for creating annotations from graph panel #8197
  • GCS: Adds support for Google Cloud Storage #8370 thx @chuhlomin
  • Prometheus: Adds /metrics endpoint for exposing Grafana metrics. #9187
  • Graph: Add support for local formatting in axis. #1395, thx @m0nhawk
  • Jaeger: Add support for open tracing using jaeger in Grafana. #9213
  • Unit types: New date & time unit types added, useful in singlestat to show dates & times. #3678, #6710, #2764
  • CLI: Make it possible to install plugins from any url #5873
  • Prometheus: Add support for instant queries #5765, thx @mtanda
  • Cloudwatch: Add support for alerting using the cloudwatch data source #8050, thx @mtanda
  • Pagerduty: Include triggering series in pagerduty notification #8479, thx @rickymoorhouse
  • Timezone: Time ranges like Today & Yesterday now work correctly when timezone setting is set to UTC #8916, thx @ctide
  • Prometheus: Align $__interval with the step parameters. #9226, thx @alin-amana
  • Prometheus: Autocomplete for label name and label value #9208, thx @mtanda
  • Postgres: New Postgres data source #9209, thx @svenklemm
  • Data sources: Make data source HTTP requests verify TLS by default. closes #9371, #5334, #8812, thx @mattbostock
  • OAuth: Verify TLS during OAuth callback #9373, thx @mattbostock

Minor

  • SMTP: Make it possible to set specific HELO for smtp client. #9319
  • Dataproxy: Allow grafana to renegotiate tls connection #9250
  • HTTP: set net.Dialer.DualStack to true for all http clients #9367
  • Alerting: Add diff and percent diff as series reducers #9386, thx @shanhuhai5739
  • Slack: Allow images to be uploaded to slack when Token is present #7175, thx @xginn8
  • Opsgenie: Use their latest API instead of old version #9399, thx @cglrkn
  • Table: Add support for displaying the timestamp with milliseconds #9429, thx @s1061123
  • Hipchat: Add metrics, message and image to hipchat notifications #9110, thx @eloo
  • Kafka: Add support for sending alert notifications to kafka #7104, thx @utkarshcmu
  • Alerting: add count_non_null as series reducer #9516

Tech

  • Go: Grafana is now built using golang 1.9
  • Webpack: Changed from systemjs to webpack (see readme or building from source guide for new build instructions). Systemjs is still used to load plugins but now plugins can only import a limited set of dependencies. See PLUGIN_DEV.md for more details on how this can effect some plugins.

4.5.2 (2017-09-22)

Fixes

  • Graphite: Fix for issues with jsonData & graphiteVersion null errors #9258
  • Graphite: Fix for Grafana internal metrics to Graphite sending NaN values #9279
  • HTTP API: Fix for HEAD method requests #9307
  • Templating: Fix for duplicate template variable queries when refresh is set to time range change #9185
  • Metrics: don't write NaN values to graphite #9279

4.5.1 (2017-09-15)

Fixes

  • MySQL: Fixed issue with query editor not showing #9247

Breaking changes

  • Metrics: The metric structure for internal metrics about Grafana published to graphite has changed. This might break dashboards for internal metrics.

4.5.0 (2017-09-14)

Fixes & Enhancements since beta1

  • Security: Security fix for api vulnerability (in multiple org setups).
  • Shortcuts: Adds shortcut for creating new dashboard #8876 thx @mtanda
  • Graph: Right Y-Axis label position fixed #9172
  • General: Improve rounding of time intervals #9197, thx @alin-amana

4.5.0-beta1 (2017-09-05)

New Features

  • Table panel: Render cell values as links that can have an url template that uses variables from current table row. #3754
  • Elasticsearch: Add ad hoc filters directly by clicking values in table panel #8052.
  • MySQL: New rich query editor with syntax highlighting
  • Prometheus: New rich query editor with syntax highlighting, metric & range auto complete and integrated function docs. #5117

Enhancements

  • GitHub OAuth: Support for GitHub organizations with 100+ teams. #8846, thx @skwashd

  • Graphite: Calls to Graphite api /metrics/find now include panel or dashboard time range (from & until) in most cases, #8055

  • Graphite: Added new graphite 1.0 functions, available if you set version to 1.0.x in data source settings. New Functions: mapSeries, reduceSeries, isNonNull, groupByNodes, offsetToZero, grep, weightedAverage, removeEmptySeries, aggregateLine, averageOutsidePercentile, delay, exponentialMovingAverage, fallbackSeries, integralByInterval, interpolate, invert, linearRegression, movingMin, movingMax, movingSum, multiplySeriesWithWildcards, pow, powSeries, removeBetweenPercentile, squareRoot, timeSlice, closes #8261

  • Elasticsearch: Ad-hoc filters now use query phrase match filters instead of term filters, works on non keyword/raw fields #9095.

Breaking change

  • InfluxDB/Elasticsearch: The panel & data source option named "Group by time interval" is now named "Min time interval" and does now always define a lower limit for the auto group by time. Without having to use > prefix (that prefix still works). This should in theory have close to zero actual impact on existing dashboards. It does mean that if you used this setting to define a hard group by time interval of, say "1d", if you zoomed to a time range wide enough the time range could increase above the "1d" range as the setting is now always considered a lower limit.
  • Elasticsearch: Elasticsearch metric queries without date histogram now return table formatted data making table panel much easier to use for this use case. Should not break/change existing dashboards with stock panels but external panel plugins can be affected.

Changes

  • InfluxDB: Change time range filter for absolute time ranges to be inclusive instead of exclusive #8319, thx @Oxydros
  • InfluxDB: Added parenthesis around tag filters in queries #9131

Bug Fixes

  • Modals: Maintain scroll position after opening/leaving modal #8800
  • Templating: You cannot select data source variables as data source for other template variables #7510
  • MySQL/Postgres: Fix for max_idle_conn option default which was wrongly set to zero which does not mean unlimited but means zero, which in practice kind of disables connection pooling, which is not good. Fixes #8513

4.4.3 (2017-08-07)

Bug Fixes

  • Search: Fix for issue that caused search view to hide when you clicked starred or tags filters, fixes #8981
  • Modals: ESC key now closes modal again, fixes #8981, thx @j-white

4.4.2 (2017-08-01)

Bug Fixes

  • GrafanaDB(mysql): Fix for dashboard_version.data column type, now changed to MEDIUMTEXT, fixes #8813
  • Dashboard(settings): Closing setting views using ESC key did not update url correctly, fixes #8869
  • InfluxDB: Wrong username/password parameter name when using direct access, fixes #8789
  • Forms(TextArea): Bug fix for no scroll in text areas #8797
  • Png Render API: Bug fix for timeout url parameter. It now works as it should. Default value was also increased from 30 to 60 seconds #8710
  • Search: Fix for not being able to close search by clicking on right side of search result container, 8848
  • Cloudwatch: Fix for using variables in templating metrics() query, 8965

Changes

  • Settings(defaults): allow_sign_up default changed from true to false #8743
  • Settings(defaults): allow_org_create default changed from true to false

4.4.1 (2017-07-05)

Bug Fixes

  • Migrations: migration fails where dashboard.created_by is null #8783

4.4.0 (2017-07-04)

New Features

Dashboard History: View dashboard version history, compare any two versions (summary & json diffs), restore to old version. This big feature was contributed by Walmart Labs. Big thanks to them for this massive contribution! Initial feature request: #4638 Pull Request: #8472

Enhancements

  • Elasticsearch: Added filter aggregation label #8420, thx @tianzk
  • Sensu: Added option for source and handler #8405, thx @joemiller
  • CSV: Configurable csv export datetime format #8058, thx @cederigo
  • Table Panel: Column style that preserves formatting/indentation (like pre tag) #6617
  • DingDing: Add DingDing Alert Notifier #8473 thx @jiamliang

Minor Enhancements

Bug Fixes

  • Graph: Bug fix for negative values in histogram mode #8628

4.3.2 (2017-05-31)

Bug fixes

  • InfluxDB: Fixed issue with query editor not showing ALIAS BY input field when in text editor mode #8459
  • Graph Log Scale: Fixed issue with log scale going below x-axis #8244
  • Playlist: Fixed dashboard play order issue #7688
  • Elasticsearch: Fixed table query issue with ES 2.x #8467, thx @goldeelox

Changes

  • Lazy Loading Of Panels: Panels are no longer loaded as they are scrolled into view, this was reverted due to Chrome bug, might be reintroduced when Chrome fixes it's JS blocking behavior on scroll. #8500

4.3.1 (2017-05-23)

Bug fixes

  • S3 image upload: Fixed image url issue for us-east-1 (us standard) region. If you were missing slack images for alert notifications this should fix it. #8444

4.3.0-stable (2017-05-23)

Bug fixes

  • Gzip: Fixed crash when gzip was enabled #8380
  • Graphite: Fixed issue with Toggle edit mode did in query editor #8377
  • Alerting: Fixed issue with state history not showing query execution errors #8412
  • Alerting: Fixed issue with missing state history events/annotations when using sqlite3 database #7992
  • Sqlite: Fixed with database table locked and using sqlite3 database #7992
  • Alerting: Fixed issue with annotations showing up in unsaved dashboards, new graph & alert panel. #8361
  • webdav: Fixed http proxy env variable support for webdav image upload #7922, thx @berghauz
  • Prometheus: Fixed issue with hiding query #8413

Enhancements

  • VictorOps: Now supports panel image & auto resolve #8431, thx @davidmscott
  • Alerting: Alert annotations now provide more info #8421

4.3.0-beta1 (2017-05-12)

Enhancements

  • InfluxDB: influxdb query builder support for ORDER BY and LIMIT (allows TOPN queries) #6065 Support influxdb's SLIMIT Feature #7232 thx @thuck
  • Panels: Delay loading & Lazy load panels as they become visible (scrolled into view) #5216 thx @jifwin
  • Graph: Support auto grid min/max when using log scale #3090, thx @bigbenhur
  • Graph: Support for histograms #600
  • Prometheus: Support table response formats (column per label) #6140, thx @mtanda
  • Single Stat Panel: support for non time series data #6564
  • Server: Monitoring Grafana (health check endpoint) #3302
  • Heatmap: Heatmap Panel #7934
  • Elasticsearch: histogram aggregation #3164

Minor Enhancements

  • InfluxDB: Small fix for the "glow" when focus the field for LIMIT and SLIMIT #7799 thx @thuck
  • Prometheus: Make Prometheus query field a textarea #7663, thx @hagen1778
  • Prometheus: Step parameter changed semantics to min step to reduce the load on Prometheus and rendering in browser #8073, thx @bobrik
  • Templating: Should not be possible to create self-referencing (recursive) template variable definitions #7614 thx @thuck
  • Cloudwatch: Correctly obtain IAM roles within ECS container tasks #7892 thx @gomlgs
  • Units: New number format: Scientific notation #7781 thx @cadnce
  • Oauth: Add common type for oauth authorization errors #6428 thx @amenzhinsky
  • Templating: Data source variable now supports multi value and panel repeats #7030 thx @mtanda
  • Telegram: Telegram alert is not sending metric and legend. #8110, thx @bashgeek
  • Graph: Support dashed lines #514, thx @smalik03
  • Table: Support to change column header text #3551
  • Alerting: Better error when SMTP is not configured #8093
  • Pushover: Add an option to attach graph image link in Pushover notification #8043 thx @devkid
  • WebDAV: Allow to set different ImageBaseUrl for WebDAV upload and image link #7914
  • Panels: type-ahead mixed data source selection #7697 thx @mtanda
  • Security:User enumeration problem #7619
  • InfluxDB: Register new queries available in InfluxDB - Holt Winters #5619 thx @rikkuness
  • Server: Support listening on a UNIX socket #4030, thx @mitjaziv
  • Graph: Support log scaling for values smaller 1 #5278
  • InfluxDB: Slow 'select measurement' rendering for InfluxDB #2524, thx @sbhenderson
  • Config: Configurable signout menu activation #7968, thx @seuf

Fixes

  • Table Panel: Fixed annotation display in table panel, #8023
  • Dashboard: If refresh is blocked due to tab not visible, then refresh when it becomes visible #8076 thanks @SimenB
  • Snapshots: Fixed problem with annotations & snapshots #7659
  • Graph: MetricSegment loses type when value is an asterisk #8277, thx @Gordiychuk
  • Alerting: Alert notifications do not show charts when using a non public S3 bucket #8250 thx @rogerswingle
  • Graph: 100% client CPU usage on red alert glow animation #8222
  • InfluxDB: Templating: "All" query does match too much #8165
  • Dashboard: Description tooltip is not fully displayed #7970
  • Proxy: Redirect after switching Org does not obey sub path in root_url (using reverse proxy) #8089
  • Templating: Restoration of ad-hoc variable from URL does not work correctly #8056 thx @tamayika
  • InfluxDB: timeFilter cannot be used twice in alerts #7969
  • MySQL: 4-byte UTF8 not supported when using MySQL database (allows Emojis) #7958
  • Alerting: api/alerts and api/alert/:id hold previous data for "message" and "Message" field when field value is changed from "some string" to empty string. #7927
  • Graph: Cannot add fill below to series override #7916
  • InfluxDB: Influxb Data source test passes even if the Database doesn't exist #7864
  • Prometheus: Displaying Prometheus annotations is incredibly slow #7750, thx @mtanda
  • Graphite: grafana generates empty find query to graphite -> 422 Unprocessable Entity #7740
  • Admin: make organization filter case insensitive #8194, thx @Alexander-N

Changes

  • Elasticsearch: Changed elasticsearch Terms aggregation to default to Min Doc Count to 1, and sort order to Top #8321

Tech

  • Library Upgrade: inconshreveable/log15 outdated - no support for solaris #8262
  • Library Upgrade: Upgrade Macaron #7600

4.2.0 (2017-03-22)

Minor Enhancements

  • Templates: Prevent use of the prefix __ for templates in web UI #7678
  • Threema: Add emoji to Threema alert notifications #7676 thx @dbrgn
  • Panels: Support dm3 unit #7695 thx @mitjaziv
  • Docs: Added some details about Sessions in Postgres #7694 thx @rickard-von-essen
  • Influxdb: Allow commas in template variables #7681 thx @thuck
  • Cloudwatch: stop using deprecated session.New() #7736 thx @mtanda *TSDB**: Fix always take dashboard timezone into consideration when handle custom time ranges**: Pass dropcounter rate option if no max counter and no reset value or reset value as 0 is specified #7743 thx @r4um
  • Templating: support full resolution for $interval variable #7696 thx @mtanda
  • Elasticsearch: Unique Count on string fields in ElasticSearch #3536, thx @pyro2927
  • Templating: Data source template variable that refers to other variable in regex filter #6365 thx @rlodge
  • Admin: Global User List: add search and pagination #7469
  • User Management: Invite UI is now disabled when login form is disabled #7875

Bugfixes

  • Webhook: Use proxy settings from environment variables #7710
  • Panels: Deleting a dashboard with unsaved changes raises an error message #7591 thx @thuck
  • Influxdb: Query builder detects regex to easily for measurement #7276 thx @thuck
  • Docs: router_logging not documented #7723
  • Alerting: Spelling mistake #7739 thx @woutersmit
  • Alerting: Graph legend scrolls to top when an alias is toggled/clicked #7680 thx @p4ddy1
  • Panels: Fixed panel tooltip description after scrolling down #7708 thx @askomorokhov

4.2.0-beta1 (2017-02-27)

Enhancements

  • Telegram: Added Telegram alert notifier #7098, thx @leonoff
  • Templating: Make $__interval and $__interval_ms global built in variables that can be used in by any data source (in panel queries), closes #7190, closes #6582
  • S3 Image Store: External s3 image store (used in alert notifications) now support AWS IAM Roles, closes #6985, #7058 thx @mtanda
  • SingleStat: Implements diff aggregation method for singlestat #7234, thx @oliverpool
  • Dataproxy: Added setting to enable more verbose logging in dataproxy #7209, thx @Ricky-N
  • Alerting: Better information about why an alert triggered #7035
  • LINE: Add LINE as alerting notification channel #7301, thx @huydx
  • LINE: Adds image to notification message #7417, thx @Erliz
  • Hipchat: Adds support for sending alert notifications to hipchat #6451, thx @jregovic
  • Alerting: Uploading images for alert notifications is now optional #7419
  • Dashboard: Adds shortcut for collapsing/expanding all rows #552, thx @mtanda
  • Alerting: Adds de duping of alert notifications #7632
  • Orgs: Sharing dashboards using Grafana share feature will now redirect to correct org. #1613
  • Pushover: Add Pushover alert notifications #7526 thx @devkid
  • Threema: Add Threema Gateway alert notification integration #7482 thx @dbrgn

Minor Enhancements

  • Optimization: Never issue refresh event when Grafana tab is not visible #7218, thx @mtanda
  • Browser History: Browser back/forward now works time ranges / zoom, #7259
  • Elasticsearch: Support for Min Doc Count options in Terms aggregation #7324, thx @lpic10
  • Elasticsearch: Term aggregation limit can now be changed in template queries #7112, thx @FFalcon
  • Elasticsearch: Ad-hoc filters now support all operators #7612, thx @tamayika
  • Graph: Add full series name as title for legends. #7493, thx @kolobaev
  • Table: Add a message when queries returns no data. #6109, thx @xginn8
  • Graph: Set max width for series names in legend tables. #2385, thx @kolobaev
  • Database: Allow max db connection pool configuration #7427, thx @huydx
  • Data Sources Delete datsource by name #7476, thx @huydx
  • Dataproxy: Only allow get that begins with api/ to access Prometheus #7459, thx @mtanda
  • Snapshot: Make timeout for snapshot creation configurable #7449 thx @ryu1-sakai
  • Panels: Add more physics units #7554 thx @ryantxu
  • Email: Add sender's name on email #2131 thx @jacobbednarz
  • HTTPS: Set tls 1.2 as lowest tls version. #7347 thx @roman-vynar
  • Table: Added suppressing of empty results to table plugin. #7602 thx @LLIyRiK

Tech

  • Library Upgrade: Upgraded angularjs from 1.5.8 to 1.6.1 #7274
  • Backend: Grafana is now built using golang 1.8

Bugfixes

  • Alerting: Fixes missing support for no_data and execution error when testing alerts #7149
  • Dashboard: Avoid duplicate data in dashboard json for panels with alerts #7256
  • Alertlist: Only show scrollbar when required #7269
  • SMTP: Set LocalName to hostname #7223
  • Sidemenu: Disable sign out in sidemenu for AuthProxyEnabled #7377, thx @solugebefola
  • Prometheus: Add support for basic auth in Prometheus tsdb package #6799, thx @hagen1778
  • OAuth: Redirect to original page when logging in with OAuth #7513
  • Annotations: Wrap text in annotations tooltip #7542, thx @xginn8
  • Templating: Fixes error when using numeric sort on empty strings #7382
  • Templating: Fixed issue detecting template variable dependency #7354

4.1.2 (2017-02-13)

Bugfixes

  • Table: Fixes broken annotation rendering mode in the table panel #7268
  • Data Sources: Sorting for lists of data sources in UI is now case insensitive #7491
  • Admin: Support more then 1000 users in global users list #7469

4.1.1 (2017-01-11)

Bugfixes

  • Graph Panel: Fixed issue with legend height in table mode #7221

4.1.0 (2017-01-11)

Bugfixes

  • Server side PNG rendering: Fixed issue with y-axis label rotation in phantomjs rendered images #6924
  • Graph: Fixed centering of y-axis label #7099
  • Graph: Fixed graph legend table mode and always visible scrollbar #6828
  • Templating: Fixed template variable value groups/tags feature #6752
  • Webhook: Fixed webhook username mismatch #7195, thx @theisenmark
  • Influxdb: Handles time(auto) the same way as time($interval) #6997

Enhancements

4.1-beta1 (2016-12-21)

Enhancements

  • Postgres: Add support for Certs for Postgres database #6655
  • Victorops: Add VictorOps notification integration #6411, thx @ichekrygin
  • Opsgenie: Add OpsGenie notification integration #6687, thx @kylemcc
  • Singlestat: New aggregation on singlestat panel #6740, thx @dirk-leroux
  • Cloudwatch: Make it possible to specify access and secret key on the data source config page #6697
  • Table: Added Hidden Column Style for Table Panel #5677, thx @bmundt
  • Graph: Shared crosshair option renamed to shared tooltip, shows tooltip on all graphs as you hover over one graph. #1578, #6274
  • Elasticsearch: Added support for Missing option (bucket) for terms aggregation #4244, thx @shanielh
  • Elasticsearch: Added support for Elasticsearch 5.x #5740, thx @lpic10
  • CLI: Make it possible to reset the admin password using the grafana-cli. #5479
  • Influxdb: Support multiple tags in InfluxDB annotations. #4550, thx @adrianlzt
  • LDAP: Basic Auth now supports LDAP username and password, #6940, thx @utkarshcmu
  • LDAP: Now works with Auth Proxy, role and organization mapping & sync will regularly be performed. #6895, thx @Seuf
  • Alerting: Adds OK as no data option. #6866
  • Alert list: Order alerts based on state. #6676
  • Alerting: Add api endpoint for pausing all alerts. #6589
  • Panel: Added help text for panels. #4079, thx @utkarshcmu

Bugfixes

  • API: HTTP API for deleting org returning incorrect message for a non-existing org #6679
  • Dashboard: Posting empty dashboard result in corrupted dashboard #5443
  • Logging: Fixed logging level config issue #6978
  • Notifications: Remove html escaping the email subject. #6905
  • Influxdb: Fixes broken field dropdown when using template vars as measurement. #6473

4.0.2 (2016-12-08)

Enhancements

  • Playlist: Add support for kiosk mode #6727

Bugfixes

  • Alerting: Add alert message to webhook notifications #6807
  • Alerting: Fixes a bug where avg() reducer treated null as zero. #6879
  • PNG Rendering: Fix for server side rendering when using non default http addr bind and domain setting #6813
  • PNG Rendering: Fix for server side rendering when setting enforce_domain to true #6769
  • Webhooks: Add content type json to outgoing webhooks #6822
  • Keyboard shortcut: Fixed zoom out shortcut #6837
  • Webdav: Adds basic auth headers to webdav uploader #6779

4.0.1 (2016-12-02)

Notice 4.0.0 had serious connection pooling issue when using a data source in proxy access. This bug caused lots of resource issues due to too many connections/file handles on the data source backend. This problem is fixed in this release.

Bugfixes

  • Metrics: Fixes nil pointer dereference on my arm build #6749
  • Data proxy: Fixes a tcp pooling issue in the data source reverse proxy #6759

4.0-stable (2016-11-29)

Bugfixes

  • Server-side rendering: Fixed address used when rendering panel via phantomjs and using non default http_addr config #6660
  • Graph panel: Fixed graph panel tooltip sort order issue #6648
  • Unsaved changes: You now navigate to the intended page after saving in the unsaved changes dialog #6675
  • TLS Client Auth: Support for TLS client authentication for data source proxies #2316
  • Alerts out of sync: Saving dashboards with broken alerts causes sync problem#6576
  • Alerting: Saving an alert with condition "HAS NO DATA" throws an error#6701
  • Config: Improve error message when parsing broken config file #6731
  • Table: Render empty dates as - instead of current date #6728

4.0-beta2 (2016-11-21)

Bugfixes

  • Graph Panel: Log base scale on right Y-axis had no effect, max value calc was not applied, #6534
  • Graph Panel: Bar width if bars was only used in series override, #6528
  • UI/Browser: Fixed issue with page/view header gradient border not showing in Safari, #6530
  • Cloudwatch: Fixed cloudwatch data source requesting to many datapoints, #6544
  • UX: Panel Drop zone visible after duplicating panel, and when entering fullscreen/edit view, #6598
  • Templating: Newly added variable was not visible directly only after dashboard reload, #6622

Enhancements

  • Singlestat: Support repeated template variables in prefix/postfix #6595
  • Templating: Don't persist variable options with refresh option #6586
  • Alerting: Add ability to have OR conditions (and mixing AND & OR) #6579
  • InfluxDB: Fix for Ad-Hoc Filters variable & changing dashboards #6821

4.0-beta1 (2016-11-09)

Enhancements

  • Login: Adds option to disable username/password logins, closes #4674
  • SingleStat: Add seriesName as option in singlestat panel, closes #4740
  • Localization: Week start day now dependent on browser locale setting, closes #3003
  • Templating: Update panel repeats for variables that change on time refresh, closes #5021
  • Templating: Add support for numeric and alphabetical sorting of variable values, closes #2839
  • Elasticsearch: Support to set Precision Threshold for Unique Count metric, closes #4689
  • Navigation: Add search to org switcher, closes #2609
  • Database: Allow database config using one property, closes #5456
  • Graphite: Add support for groupByNodes, closes #5613
  • Influxdb: Add support for elapsed(), closes #5827
  • OpenTSDB: Add support for explicitTags for OpenTSDB>=2.3, closes #6360
  • OAuth: Add support for generic oauth, closes #4718
  • Cloudwatch: Add support to expand multi select template variable, closes #5003
  • Background Tasks: Now support automatic purging of old snapshots, closes #4087
  • Background Tasks: Now support automatic purging of old rendered images, closes #2172
  • Dashboard: After inactivity hide nav/row actions, fade to nice clean view, can be toggled with d v, also added kiosk mode, toggled via d k #6476
  • Dashboard: Improved dashboard row menu & add panel UX #6442
  • Graph Panel: Support for stacking null values #2912, #6287, thanks @benrubson!

Breaking changes

  • SystemD: Change systemd description, closes #5971
  • lodash upgrade: Upgraded lodash from 2.4.2 to 4.15.0, this contains a number of breaking changes that could effect plugins. closes #6021

Bug fixes

  • Table Panel: Fixed problem when switching to Mixed data source in metrics tab, fixes #5999
  • Playlist: Fixed problem with play order not matching order defined in playlist, fixes #5467
  • Graph panel: Fixed problem with auto decimals on y axis when datamin=datamax, fixes #6070
  • Snapshot: Can view embedded panels/png rendered panels in snapshots without login, fixes #3769
  • Elasticsearch: Fix for query template variable when looking up terms without query, no longer relies on elasticsearch default field, fixes #3887
  • Elasticsearch: Fix for displaying IP address used in terms aggregations, fixes #4393
  • PNG Rendering: Fix for server side rendering when using auth proxy, fixes #5906
  • OpenTSDB: Fixed multi-value nested templating for opentsdb, fixes #6455
  • Playlist: Remove playlist items when dashboard is removed, fixes #6292

3.1.2 (unreleased)

  • Templating: Fixed issue when combining row & panel repeats, fixes #5790
  • Drag&Drop: Fixed issue with drag and drop in latest Chrome(51+), fixes #5767
  • Internal Metrics: Fixed issue with dots in instance_name when sending internal metrics to Graphite, fixes #5739
  • Grafana-CLI: Add default plugin path for MAC OS, fixes #5806
  • Grafana-CLI: Improve error message for upgrade-all command, fixes #5885

3.1.1 (2016-08-01)

  • IFrame embedding: Fixed issue of using full iframe height, fixes #5605
  • Panel PNG rendering: Fixed issue detecting render completion, fixes #5605
  • Elasticsearch: Fixed issue with templating query and json parse error, fixes #5615
  • Tech: Upgraded JQuery to 2.2.4 to fix Security vulnerabilities in 2.1.4, fixes #5627
  • Graphite: Fixed issue with mixed data sources and Graphite, fixes #5617
  • Templating: Fixed issue with template variable query was issued multiple times during dashboard load, fixes #5637
  • Zoom: Fixed issues with zoom in and out on embedded (iframed) panel, fixes #4489, #5666

3.1.0 stable (2016-07-12)

Bugfixes & Enhancements,

  • User Alert Notices: Backend error alert popups did not show properly, fixes #5435
  • Table: Added sanitize HTML option to allow links in table cells, fixes #4596
  • Apps: App dashboards are automatically synced to DB at startup after plugin update, fixes #5529

3.1.0-beta1 (2016-06-23)

Enhancements

  • Dashboard Export/Import: Dashboard export now templatize data sources and constant variables, users pick these on import, closes #5084
  • Dashboard Url: Time range changes updates url, closes #458
  • Dashboard Url: Template variable change updates url, closes #5002
  • Singlestat: Add support for range to text mappings, closes #1319
  • Graph: Adds sort order options for graph tooltip, closes #1189
  • Theme: Add default theme to config file #5011
  • Page Footer: Added page footer with links to docs, shows Grafana version and info if new version is available, closes #4889
  • InfluxDB: Add spread function, closes #5211
  • Scripts: Use restart instead of start for deb package script, closes #5282
  • Logging: Moved to structured logging lib, and moved to component specific level filters via config file, closes #4590
  • OpenTSDB: Support nested template variables in tag_values function, closes #4398
  • Data Source: Pending data source requests are canceled before new ones are issues (Graphite & Prometheus), closes #5321

Breaking changes

  • Logging : Changed default logging output format (now structured into message, and key value pairs, with logger key acting as component). You can also no change in config to json log output.
  • Graphite : The Graph panel no longer have a Graphite PNG option. closes #5367

Bug fixes

  • PNG rendering: Fixed phantomjs rendering and y-axis label rotation. fixes #5220
  • CLI: The cli tool now supports reading plugin.json from dist/plugin.json. fixes #5410

3.0.4 Patch release (2016-05-25)

  • Panel: Fixed blank dashboard issue when switching to other dashboard while in fullscreen edit mode, fixes #5163
  • Templating: Fixed issue with nested multi select variables and cascading and updating child variable selection state, fixes #4861
  • Templating: Fixed issue with using templated data source in another template variable query, fixes #5165
  • Singlestat gauge: Fixed issue with gauge render position, fixes #5143
  • Home dashboard: Fixes broken home dashboard api, fixes #5167

3.0.3 Patch release (2016-05-23)

  • Annotations: Annotations can now use a template variable as data source, closes #5054
  • Time picker: Fixed issue timepicker and UTC when reading time from URL, fixes #5078
  • CloudWatch: Support for Multiple Account by AssumeRole, closes #3522
  • Singlestat: Fixed alignment and minimum height issue, fixes #5113, fixes #4679
  • Share modal: Fixed link when using grafana under dashboard sub url, fixes #5109
  • Prometheus: Fixed bug in query editor that caused it not to load when reloading page, fixes #5107
  • Elasticsearch: Fixed bug when template variable query returns numeric values, fixes #5097, fixes #5088
  • Logging: Fixed issue with reading logging level value, fixes #5079
  • Timepicker: Fixed issue with timepicker and UTC when reading time from URL, fixes #5078
  • Docs: Added docs for org & user preferences HTTP API, closes #5069
  • Plugin list panel: Now shows correct enable state for apps when not enabled, fixes #5068
  • Elasticsearch: Templating & Annotation queries that use template variables are now formatted correctly, fixes #5135

3.0.2 Patch release (2016-05-16)

  • Templating: Fixed issue mixing row repeat and panel repeats, fixes #4988

  • Templating: Fixed issue detecting dependencies in nested variables, fixes #4987, fixes #4986

  • Graph: Fixed broken PNG rendering in graph panel, fixes #5025

  • Graph: Fixed broken xaxis on graph panel, fixes #5024

  • Influxdb: Fixes crash when hiding middle series, fixes #5005

3.0.1 Stable (2016-05-11)

Bug fixes

  • Templating: Fixed issue with new data source variable not persisting current selected value, fixes #4934

3.0.0-beta7 (2016-05-02)

Bug fixes

  • Dashboard title: Fixed max dashboard title width (media query) for large screens, fixes #4859
  • Annotations: Fixed issue with entering annotation edit view, fixes #4857
  • Remove query: Fixed issue with removing query for data sources without collapsible query editors, fixes #4856
  • Graphite PNG: Fixed issue graphite png rendering option, fixes #4864
  • InfluxDB: Fixed issue missing plus group by iconn, fixes #4862
  • Graph: Fixes missing line mode for thresholds, fixes #4902

Enhancements

  • InfluxDB: Added new functions moving_average and difference to query editor, closes #4698

3.0.0-beta6 (2016-04-29)

Enhancements

  • Singlestat: Support for gauges in singlestat panel. closes #3688
  • Templating: Support for data source as variable, closes #816

Bug fixes

  • InfluxDB 0.12: Fixed issue templating and show tag values query only returning tags for first measurement, fixes #4726
  • Templating: Fixed issue with regex formatting when matching multiple values, fixes #4755
  • Templating: Fixed issue with custom all value and escaping, fixes #4736
  • Dashlist: Fixed issue dashboard list panel and caching tags, fixes #4768
  • Graph: Fixed issue with unneeded scrollbar in legend for Firefox, fixes #4760
  • Table panel: Fixed issue table panel formatting string array properties, fixes #4791
  • grafana-cli: Improve error message when failing to install plugins due to corrupt response, fixes #4651
  • Singlestat: Fixes prefix an postfix for gauges, fixes #4812
  • Singlestat: Fixes auto-refresh on change for some options, fixes #4809

Breaking changes

Data Source Query Editors: Issue #3900

Query editors have been updated to use the new form styles. External data source plugins needs to be updated to work. Sorry to introduce breaking change this late in beta phase. We wanted to get this change in before 3.0 stable is released so we don't have to break data sources in next release (3.1). If you are a data source plugin author and want help for how the new form styles work please ask for help in slack channel (link to slack channel in readme).

3.0.0-beta5 (2016-04-15)

Bug fixes

  • grafana-cli: Fixed issue grafana-cli tool, did not detect the right plugin dir, fixes #4723
  • Graph: Fixed issue with light theme text color issue in tooltip, fixes #4702
  • Snapshot: Fixed issue with empty snapshots, fixes #4706

3.0.0-beta4 (2016-04-13)

Bug fixes

  • Home dashboard: Fixed issue with permission denied error on home dashboard, fixes #4686
  • Templating: Fixed issue templating variables that use regex extraction, fixes #4672

3.0.0-beta3 (2016-04-12)

Enhancements

  • InfluxDB: Changed multi query encoding to work with InfluxDB 0.11 & 0.12, closes #4533
  • Timepicker: Add arrows and shortcuts for moving back and forth in current dashboard, closes #119

Bug fixes

  • Postgres: Fixed page render crash when using postgres, fixes #4558
  • Table panel: Fixed table panel bug when trying to show annotations in table panel, fixes #4563
  • App Config: Fixed app config issue showing content of other app config, fixes #4575
  • Graph Panel: Fixed legend option max not updating, fixes #4601
  • Graph Panel: Fixed issue where newly added graph panels shared same axes config, fixes #4582
  • Graph Panel: Fixed issue with axis labels overlapping Y-axis, fixes #4626
  • InfluxDB: Fixed issue with templating query containing template variable, fixes #4602
  • Graph Panel: Fixed issue with hiding series and stacking, fixes #4557
  • Graph Panel: Fixed issue with legend height in table mode with few series, affected iframe embedding as well, fixes #4640

3.0.0-beta2 (2016-04-04)

New Features (introduces since 3.0-beta1)

  • Preferences: Set home dashboard on user and org level, closes #1678
  • Preferences: Set timezone on user and org level, closes #3214, #1200
  • Preferences: Set theme on user and org level, closes #3214, #1917

Bug fixes

  • Dashboard: Fixed dashboard panel layout for mobile devices, fixes #4529
  • Table Panel: Fixed issue with table panel sort, fixes #4532
  • Page Load Crash: A data source with null jsonData would make Grafana fail to load page, fixes #4536
  • Metrics tab: Fix for missing data source name in data source selector, fixes #4541
  • Graph: Fix legend in table mode with series on right-y axis, fixes #4551, #1145

3.0.0-beta1 (2016-03-31)

New Features

  • Playlists: Playlists can now be persisted and started from urls, closes #3655
  • Metadata: Settings panel now shows dashboard metadata, closes #3304
  • InfluxDB: Support for policy selection in query editor, closes #2018
  • Snapshots UI: Dashboard snapshots list can be managed through UI, closes#1984
  • Prometheus: Prometheus annotation support, closes#2883
  • Cli: New cli tool for downloading and updating plugins
  • Annotations: Annotations can now contain links that can be clicked (you can navigate on to annotation popovers), closes #1588
  • Opentsdb: Opentsdb 2.2 filters support, closes#3077

Breaking changes

  • Plugin API: Both data source and panel plugin api (and plugin.json schema) have been updated, requiring an update to plugins. See plugin api for more info.
  • InfluxDB 0.8.x The data source for the old version of influxdb (0.8.x) is no longer included in default builds, but can easily be installed via improved plugin system, closes #3523
  • KairosDB The data source is no longer included in default builds, but can easily be installed via improved plugin system, closes #3524
  • Templating: Templating value formats (glob/regex/pipe etc) are now handled automatically and not specified by the user, this makes variable values possible to reuse in many contexts. It can in some edge cases break existing dashboards that have template variables that do not reload on dashboard load. To fix any issue just go into template variable options and update the variable (so it's values are reloaded.).

Enhancements

  • LDAP: Support for nested LDAP Groups, closes #4401, #3808
  • Sessions: Support for memcached as session storage, closes #3458
  • mysql: Grafana now supports ssl for mysql, closes #3584
  • snapshot: Annotations are now included in snapshots, closes #3635
  • Admin: Admin can now have global overview of Grafana setup, closes #3812
  • graph: Right side legend height is now fixed at row height, closes #1277
  • Table: All content in table panel is now html escaped, closes #3673
  • graph: Template variables can now be used in TimeShift and TimeFrom, closes#1960
  • Tooltip: Optionally add milliseconds to timestamp in tool tip, closes#2248
  • Opentsdb: Support milliseconds when using openTSDB data source, closes #2865
  • Opentsdb: Add support for annotations, closes#664

Bug fixes

  • Playlist: Fix for memory leak when running a playlist, closes #3794
  • InfluxDB: Fix for InfluxDB and table panel when using Format As Table and having group by time, fixes #3928
  • Panel Time shift: Fix for panel time range and using dashboard times like Today and This Week, fixes #3941
  • Row repeat: Repeated rows will now appear next to each other and not by the bottom of the dashboard, fixes #3942
  • Png renderer: Fix for phantomjs path on windows, fixes #3657

2.6.1 (unreleased, 2.6.x branch)

New Features

  • Elasticsearch: Support for derivative unit option, closes #3512

Bug fixes

  • Graph Panel: Fixed typehead when adding series style override, closes #3554

2.6.0 (2015-12-14)

New Features

  • Elasticsearch: Support for pipeline aggregations Moving average and derivative, closes #2715
  • Elasticsearch: Support for inline script and missing options for metrics, closes #3500
  • Syslog: Support for syslog logging, closes #3161
  • Timepicker: Always show refresh button even with refresh rate, closes #3498
  • Login: Make it possible to change the login hint on the login page, closes #2571

Bug Fixes

  • metric editors: Fix for clicking typeahead auto dropdown option, fixes #3428
  • influxdb: Fixed issue showing Group By label only on first query, fixes #3453
  • logging: Add more verbose info logging for http requests, closes #3405

2.6.0-Beta1 (2015-12-04)

New Table Panel

  • table: New powerful and flexible table panel, closes #215

Enhancements

  • CloudWatch: Support for multiple AWS Credentials, closes #3053, #3080
  • Elasticsearch: Support for dynamic daily indices for annotations, closes #3061
  • Elasticsearch: Support for setting min_doc_count for date histogram, closes #3416
  • Graph Panel: Option to hide series with all zeroes from legend and tooltip, closes #1381, #3336

Bug Fixes

  • cloudwatch: fix for handling of period for long time ranges, fixes #3086
  • dashboard: fix for collapse row by clicking on row title, fixes #3065
  • influxdb: fix for relative time ranges last x months and last x years, fixes #3067
  • graph: layout fix for color picker when right side legend was enabled, fixes #3093
  • elasticsearch: disabling elastic query (via eye) caused error, fixes #3300

Breaking changes

  • elasticsearch: Manual json edited queries are not supported any more (They very barely worked in 2.5)

2.5 (2015-10-28)

New Feature: Mix data sources

  • A built in data source is now available named -- Mixed --, When picked in the metrics tab, it allows you to add queries of different data source types & instances to the same graph/panel! Issue #436

New Feature: Elasticsearch Metrics Query Editor and Viz Support

  • Feature rich query editor and processing features enables you to issues all kind of metric queries to Elasticsearch
  • See Issue #1034 for more info.

New Feature: New and much improved time picker

  • Support for quick ranges like Today, This day last week, This week, The day so far, etc.
  • Improved UI and improved support for UTC, Issue #2761 for more info.

User Onboarding

  • Org admin can now send email invites (or invite links) to people who are not yet Grafana users
  • Sign up flow now supports email verification (if enabled)
  • See Issue #2353 for more info.

Other new Features && Enhancements

  • Pull #2720. Admin: Initial basic quota support (per Org)
  • Issue #2577. Panel: Resize handles in panel bottom right corners for easy width and height change
  • Issue #2457. Admin: admin page for all grafana organizations (list / edit view)
  • Issue #1186. Time Picker: New option today, will set time range from midnight to now
  • Issue #2647. InfluxDB: You can now set group by time interval on each query
  • Issue #2599. InfluxDB: Improved alias support, you can now use the AS clause for each select statement
  • Issue #2708. InfluxDB: You can now set math expression for select clauses.
  • Issue #1575. Drilldown link: now you can click on the external link icon in the panel header to access drilldown links!
  • Issue #1646. OpenTSDB: Fetch list of aggregators from OpenTSDB
  • Issue #2955. Graph: More axis units (Length, Volume, Temperature, Pressure, etc), thanks @greglook
  • Issue #2928. LDAP: Support for searching for groups memberships, i.e. POSIX (no memberOf) schemas, also multiple ldap servers, and root ca cert, thanks @abligh

Fixes

  • Issue #2413. InfluxDB 0.9: Fix for handling empty series object in response from influxdb
  • Issue #2574. Snapshot: Fix for snapshot with expire 7 days option, 7 days option not correct, was 7 hours
  • Issue #2568. AuthProxy: Fix for server side rendering of panel when using auth proxy
  • Issue #2490. Graphite: Dashboard import was broken in 2.1 and 2.1.1, working now
  • Issue #2565. TimePicker: Fix for when you applied custom time range it did not refresh dashboard
  • Issue #2563. Annotations: Fixed issue when html sanitizer fails for title to annotation body, now fallbacks to html escaping title and text
  • Issue #2564. Templating: Another attempt at fixing #2534 (Init multi value template var used in repeat panel from url)
  • Issue #2620. Graph: multi series tooltip did no highlight correct point when stacking was enabled and series were of different resolution
  • Issue #2636. InfluxDB: Do no show template vars in dropdown for tag keys and group by keys
  • Issue #2604. InfluxDB: More alias options, can now use $[0-9] syntax to reference part of a measurement name (separated by dots)

Breaking Changes

  • Notice to makers/users of custom data sources, there is a minor breaking change in 2.2 that require an update to custom data sources for them to work in 2.2. Read this doc for more on the data source api change.
  • Data source api changes, PLUGIN_CHANGES.md
  • The duplicate query function used in data source editors is changed, and moveMetricQuery function was renamed

Tech (Note for devs) Started using Typescript (transpiled to ES5), uncompiled typescript files and less files are in public folder (in source tree) This folder is never modified by build steps. Compiled css and javascript files are put in public_gen, all other files that do not undergo transformation are just copied from public to public_gen, it is public_gen that is used by grafana-server if it is found.

Grunt & Watch tasks:

  • grunt : default task, will remove public_gen, copy over all files from public, do less & typescript compilation
  • grunt watch: will watch for changes to less, and typescript files and compile them to public_gen, and for other files it will just copy them to public_gen

2.1.3 (2015-08-24)

Fixes

  • Issue #2580. Packaging: ldap.toml was not marked as config file and could be overwritten in upgrade
  • Issue #2564. Templating: Another attempt at fixing #2534 (Init multi value template var used in repeat panel from url)

2.1.2 (2015-08-20)

Fixes

  • Issue #2558. DragDrop: Fix for broken drag drop behavior
  • Issue #2534. Templating: fix for setting template variable value via url and having repeated panels or rows

2.1.1 (2015-08-11)

Fixes

  • Issue #2443. Templating: Fix for buggy repeat row behavior when combined with with repeat panel due to recent change before 2.1 release
  • Issue #2442. Templating: Fix text panel when using template variables in text in in repeated panel
  • Issue #2446. InfluxDB: Fix for using template vars inside alias field (InfluxDB 0.9)
  • Issue #2460. SinglestatPanel: Fix to handle series with no data points
  • Issue #2461. LDAP: Fix for ldap users with empty email address
  • Issue #2484. Graphite: Fix bug when using series ref (#A-Z) and referenced series is hidden in query editor.
  • Issue #1896. Postgres: Dashboard search is now case insensitive when using Postgres

Enhancements

  • Issue #2477. InfluxDB(0.9): Added more condition operators (<, >, <>, !~), thx @thuck
  • Issue #2483. InfluxDB(0.9): Use $col as option in alias patterns, thx @thuck

2.1.0 (2015-08-04)

Data sources

  • Issue #1525. InfluxDB: Full support for InfluxDB 0.9 with new adapted query editor
  • Issue #2191. KariosDB: Grafana now ships with a KariosDB data source plugin, thx @masaori335
  • Issue #1177. OpenTSDB: Limit tags by metric, OpenTSDB config option tsd.core.meta.enable_realtime_ts must enabled for OpenTSDB lookup api
  • Issue #1250. OpenTSDB: Support for template variable values lookup queries

New dashboard features

  • Issue #1144. Templating: You can now select multiple template variables values at the same time.
  • Issue #1922. Templating: Specify multiple variable values via URL params.
  • Issue #1888. Templating: Repeat panel or row for each selected template variable value
  • Issue #1888. Dashboard: Custom Navigation links & dynamic links to related dashboards
  • Issue #590. Graph: Define series color using regex rule
  • Issue #2162. Graph: New series style override, negative-y transform and stack groups
  • Issue #2096. Dashboard list panel: Now supports search by multiple tags
  • Issue #2203. Singlestat: Now support string values

User or Organization admin

  • Issue #1899. Organization: You can now update the organization user role directly (without removing and readding the organization user).
  • Issue #2088. Roles: New user role Read Only Editor that replaces the old Viewer role behavior

Backend

  • Issue #2218. Auth: You can now authenticate against api with username / password using basic auth
  • Issue #2095. Search: Search now supports filtering by multiple dashboard tags
  • Issue #1905. GitHub OAuth: You can now configure a GitHub team membership requirement, thx @dewski
  • Issue #2052. GitHub OAuth: You can now configure a GitHub organization requirement, thx @indrekj
  • Issue #1891. Security: New config option to disable the use of gravatar for profile images
  • Issue #1921. Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER)
  • Issue #960. Search: Backend can now index a folder with json files, will be available in search (saving back to folder is not supported, this feature is meant for static generated json dashboards)

Breaking changes

  • Issue #1826. User role 'Viewer' are now prohibited from entering edit mode (and doing other transient dashboard edits). A new role Read Only Editor will replace the old Viewer behavior
  • Issue #1928. HTTP API: GET /api/dashboards/db/:slug response changed property model to dashboard to match the POST request naming
  • Backend render URL changed from /render/dashboard/solo render/dashboard-solo/ (in order to have consistent dashboard url /dashboard/:type/:slug)
  • Search HTTP API response has changed (simplified), tags list moved to separate HTTP resource URI
  • Data source HTTP api breaking change, ADD data source is now POST /api/datasources/, update is now PUT /api/datasources/:id

Fixes

  • Issue #2185. Graph: fixed PNG rendering of panels with legend table to the right
  • Issue #2163. Backend: Load dashboards with capital letters in the dashboard url slug (url id)

2.0.3 (unreleased - 2.0.x branch)

Fixes

  • Issue #1872. Firefox/IE issue, invisible text in dashboard search fixed
  • Issue #1857. /api/login/ping Fix for issue when behind reverse proxy and subpath
  • Issue #1863. MySQL: Dashboard.data column type changed to mediumtext (sql migration added)

2.0.2 (2015-04-22)

Fixes

  • Issue #1832. Graph Panel + Legend Table mode: Many series caused zero height graph, now legend will never reduce the height of the graph below 50% of row height.
  • Issue #1846. Snapshots: Fixed issue with snapshotting dashboards with an interval template variable
  • Issue #1848. Panel timeshift: You can now use panel timeshift without a relative time override

2.0.1 (2015-04-20)

Fixes

  • Issue #1784. Data source proxy: Fixed issue with using data source proxy when grafana is behind nginx suburl
  • Issue #1749. Graph Panel: Table legends are now visible when rendered to PNG
  • Issue #1786. Graph Panel: Legend in table mode now aligns, graph area is reduced depending on how many series
  • Issue #1734. Support for unicode / international characters in dashboard title (improved slugify)
  • Issue #1782. GitHub OAuth: Now works with GitHub for Enterprise, thanks @williamjoy
  • Issue #1780. Dashboard snapshot: Should not require login to view snapshot, Fixes #1780

2.0.0-Beta3 (2015-04-12)

RPM / DEB Package changes (to follow HFS)

  • binary name changed to grafana-server

  • does not install to /opt/grafana any more, installs to /usr/share/grafana

  • binary to /usr/sbin/grafana-server

  • init.d script improvements, renamed to /etc/init.d/grafana-server

  • added default file with environment variables,

    • /etc/default/grafana-server (deb/ubuntu)
    • /etc/sysconfig/grafana-server (centos/redhat)
  • added systemd service file, tested on debian jessie and centos7

  • config file in same location /etc/grafana/grafana.ini (now complete config file but with every setting commented out)

  • data directory (where sqlite3) file is stored is now by default /var/lib/grafana

  • no symlinking current to versions anymore

  • For more info see Issue #1758.

Config breaking change (setting rename)

  • [log] root_path has changed to [paths] logs

2.0.0-Beta2 (...)

Enhancements

  • Issue #1701. Share modal: Override UI theme via URL param for Share link, rendered panel, or embedded panel
  • Issue #1660. OAuth: Specify allowed email address domains for google or and github oauth logins

Fixes

  • Issue #1649. HTTP API: grafana /render calls nows with api keys
  • Issue #1667. Data source proxy & session timeout fix (caused 401 Unauthorized error after a while)
  • Issue #1707. Unsaved changes: Do not show for snapshots, scripted and file based dashboards
  • Issue #1703. Unsaved changes: Do not show for users with role Viewer
  • Issue #1675. Data source proxy: Fixed issue with Gzip enabled and data source proxy
  • Issue #1681. MySQL session: fixed problem using mysql as session store
  • Issue #1671. Data sources: Fixed issue with changing default data source (should not require full page load to take effect, now fixed)
  • Issue #1685. Search: Dashboard results should be sorted alphabetically
  • Issue #1673. Basic auth: Fixed issue when using basic auth proxy infront of Grafana

2.0.0-Beta1 (2015-03-30)

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)
  • 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

1.9.1 (2014-12-29)

Enhancements

  • Issue #1028. Graph: New legend option hideEmpty to hide series with only null values from legend
  • Issue #1242. OpenTSDB: Downsample query field now supports interval template variable
  • Issue #1126. InfluxDB: Support more than 10 series name segments when using alias $number patterns

Fixes

  • Issue #1251. Graph: Fix for y axis and scaled units (GiB etc) caused rounding, for example 400 GiB instead of 378 GiB
  • Issue #1199. Graph: fix for series tooltip when one series is hidden/disabled
  • Issue #1207. Graphite: movingAverage / movingMedian parameter type improvement, now handles int and interval parameter

1.9.0 (2014-12-02)

Enhancements

  • Issue #1130. SinglestatPanel: Added null point handling, and value to text mapping

Fixes

  • Issue #1087. Panel: Fixed IE9 crash due to angular drag drop
  • Issue #1093. SingleStatPanel: Fixed position for drilldown link tooltip when dashboard requires scrolling
  • Issue #1095. DrilldownLink: template variables in params property was not interpolated
  • Issue #1114. Graphite: Lexer fix, allow equal sign (=) in metric paths
  • Issue #1136. Graph: Fix to legend value Max and negative values
  • Issue #1150. SinglestatPanel: Fixed absolute drilldown link issue
  • Issue #1123. Firefox: Workaround for Firefox bug, caused input text fields to not be selectable and not have placeable cursor
  • Issue #1108. Graph: Fix for tooltip series order when series draw order was changed with zindex property

1.9.0-rc1 (2014-11-17)

UI Improvements

  • Issue #770. UI: Panel dropdown menu replaced with a new panel menu

Graph

  • Issue #877. Graph: Smart auto decimal precision when using scaled unit formats
  • Issue #850. Graph: Shared tooltip that shows multiple series & crosshair line, thx @toni-moreno
  • Issue #940. Graph: New series style override option "Fill below to", useful to visualize max & min as a shadow for the mean
  • Issue #1030. Graph: Legend table display/look changed, now includes column headers for min/max/avg, and full width (unless on right side)
  • Issue #861. Graph: Export graph time series data as csv file

New Panels

Misc

  • Issue #864. Panel: Share panel feature, get a link to panel with the current time range
  • Issue #938. Panel: Plugin panels now reside outside of app/panels directory
  • Issue #952. Help: Shortcut "?" to open help modal with list of all shortcuts
  • Issue #991. ScriptedDashboard: data source services are now available in scripted dashboards, you can query data source for metric keys, generate dashboards, and even save them in a scripted dashboard (see scripted_gen_and_save.js for example)
  • Issue #1041. Panel: All panels can now have links to other dashboards or absolute links, these links are available in the panel menu.

Changes

  • Issue #1007. Graph: Series hide/show toggle changed to be default exclusive, so clicking on a series name will show only that series. (SHIFT or meta)+click will toggle hide/show.

OpenTSDB

  • Issue #930. OpenTSDB: Adding counter max and counter reset value to open tsdb query editor, thx @rsimiciuc
  • Issue #917. OpenTSDB: Templating support for OpenTSDB series name and tags, thx @mchataigner

InfluxDB

  • Issue #714. InfluxDB: Support for sub second resolution graphs

Fixes

  • Issue #925. Graph: bar width calculation fix for some edge cases (bars would render on top of each other)
  • Issue #505. Graph: fix for second y axis tick unit labels wrapping on the next line
  • Issue #987. Dashboard: Collapsed rows became invisible when hide controls was enabled

=======

1.8.1 (2014-09-30)

Fixes

  • Issue #855. Graph: Fix for scroll issue in graph edit mode when dropdown goes below screen
  • Issue #847. Graph: Fix for series draw order not being the same after hiding/unhiding series
  • Issue #851. Annotations: Fix for annotations not reloaded when switching between 2 dashboards with annotations
  • Issue #846. Edit panes: Issue when open row or json editor when scrolled down the page, unable to scroll and you did not see editor
  • Issue #840. Import: Fixes to import from json file and import from graphite. Issues was lingering state from previous dashboard.
  • Issue #859. InfluxDB: Fix for bug when saving dashboard where title is the same as slugified url id
  • Issue #852. White theme: Fixes for hidden series legend text and disabled annotations color

1.8.0 (2014-09-22)

Read this blog post for an overview of all improvements.

Fixes

  • Issue #802. Annotations: Fix when using InfluxDB data source
  • Issue #795. Chrome: Fix for display issue in chrome beta & chrome canary when entering edit mode
  • Issue #818. Graph: Added percent y-axis format
  • Issue #828. Elasticsearch: saving new dashboard with title equal to slugified url would cause it to deleted.
  • Issue #830. Annotations: Fix for elasticsearch annotations and mapping nested fields

1.8.0-RC1 (2014-09-12)

UI polish / changes

  • Issue #725. UI: All modal editors are removed and replaced by an edit pane under menu. The look of editors is also updated and polished. Search dropdown is also shown as pane under menu and has seen some UI polish.

Filtering/Templating feature overhaul

  • Filtering renamed to Templating, and filter items to variables
  • Filter editing has gotten its own edit pane with much improved UI and options
  • Issue #296. Templating: Can now retrieve variable values from a non-default data source
  • Issue #219. Templating: Template variable value selection is now a typeahead autocomplete dropdown
  • Issue #760. Templating: Extend template variable syntax to include $variable syntax replacement
  • Issue #234. Templating: Interval variable type for time intervals summarize/group by parameter, included "auto" option, and auto step counts option.
  • Issue #262. Templating: Ability to use template variables for function parameters via custom variable type, can be used as parameter for movingAverage or scaleToSeconds for example
  • Issue #312. Templating: Can now use template variables in panel titles
  • Issue #613. Templating: Full support for InfluxDB, filter by part of series names, extract series substrings, nested queries, multiple where clauses!
  • Template variables can be initialized from url, with var-my_varname=value, breaking change, before it was just my_varname.
  • Templating and url state sync has some issues that are not solved for this release, see Issue #772 for more details.

InfluxDB Breaking changes

  • To better support templating, fill(0) and group by time low limit some changes has been made to the editor and query model schema
  • Currently some of these changes are breaking
  • If you used custom condition filter you need to open the graph in edit mode, the editor will update the schema, and the queries should work again
  • If you used a raw query you need to remove the time filter and replace it with $timeFilter (this is done automatically when you switch from query editor to raw query, but old raw queries needs to updated)
  • If you used group by and later removed the group by the graph could break, open in editor and should correct it
  • InfluxDB annotation queries that used [[timeFilter]] should be updated to use $timeFilter syntax instead
  • Might write an upgrade tool to update dashboards automatically, but right now master (1.8) includes the above breaking changes

InfluxDB query editor enhancements

  • Issue #756. InfluxDB: Add option for fill(0) and fill(null), integrated help in editor for why this option is important when stacking series
  • Issue #743. InfluxDB: A group by time option for all queries in graph panel that supports a low limit for auto group by time, very important for stacking and fill(0)
  • The above to enhancements solves the problems associated with stacked bars and lines when points are missing, these issues are solved:
  • Issue #673. InfluxDB: stacked bars missing intermediate data points, unless lines also enabled
  • Issue #674. InfluxDB: stacked chart ignoring series without latest values
  • Issue #534. InfluxDB: No order in stacked bars mode

New features and improvements

  • Issue #117. Graphite: Graphite query builder can now handle functions that multiple series as arguments!
  • Issue #281. Graphite: Metric node/segment selection is now a textbox with autocomplete dropdown, allow for custom glob expression for single node segment without entering text editor mode.
  • Issue #304. Dashboard: View dashboard json, edit/update any panel using json editor, makes it possible to quickly copy a graph from one dashboard to another.
  • Issue #578. Dashboard: Row option to display row title even when the row is visible
  • Issue #672. Dashboard: panel fullscreen & edit state is present in url, can now link to graph in edit & fullscreen mode.
  • Issue #709. Dashboard: Small UI look polish to search results, made dashboard title link are larger
  • Issue #425. Graph: New section in 'Display Styles' tab to override any display setting on per series bases (mix and match lines, bars, points, fill, stack, line width etc)
  • Issue #634. Dashboard: Dashboard tags now in different colors (from fixed palette) determined by tag name.
  • Issue #685. Dashboard: New config.js option to change/remove window title prefix.
  • Issue #781. Dashboard: Title URL is now slugified for greater URL readability, works with both ES & InfluxDB storage, is backward compatible
  • Issue #785. Elasticsearch: Support for full elasticsearch lucene search grammar when searching for dashboards, better async search
  • Issue #787. Dashboard: time range can now be read from URL parameters, will override dashboard saved time range

Fixes

  • Issue #696. Graph: Fix for y-axis format 'none' when values are in scientific notation (ex 2.3e-13)
  • Issue #733. Graph: Fix for tooltip current value decimal precision when 'none' axis format was selected
  • Issue #697. Graphite: Fix for Glob syntax in graphite queries ([1-9] and ?) that made the query editor / parser bail and fallback to a text box.
  • Issue #702. Graphite: Fix for nonNegativeDerivative function, now possible to not include optional first parameter maxValue
  • Issue #277. Dashboard: Fix for timepicker date & tooltip when UTC timezone selected.
  • Issue #699. Dashboard: Fix for bug when adding rows from dashboard settings dialog.
  • Issue #723. Dashboard: Fix for hide controls setting not used/initialized on dashboard load
  • Issue #724. Dashboard: Fix for zoom out causing right hand "to" range to be set in the future.

Tech

  • Upgraded from angularjs 1.1.5 to 1.3 beta 17;
  • Switch from underscore to lodash
  • helpers to easily unit test angularjs controllers and services
  • Test coverage through coveralls
  • Upgrade from jquery 1.8.0 to 2.1.1 (Removes support for IE7 & IE8)

1.7.1 (unreleased)

Fixes

  • Issue #691. Dashboard: Tooltip fixes, sometimes they would not show, and sometimes they would get stuck.
  • Issue #695. Dashboard: Tooltip on goto home menu icon would get stuck after clicking on it

1.7.0 (2014-08-11)

Fixes

  • Issue #652. Timepicker: Entering custom date range impossible when refresh is low (now is constantly reset)
  • Issue #450. Graph: Tooltip does not disappear sometimes and would get stuck
  • Issue #655. General: Auto refresh not initiated / started after dashboard loading
  • Issue #657. General: Fix for refresh icon in IE browsers
  • Issue #661. Annotations: Elasticsearch querystring with filter template replacements was not interpolated
  • Issue #660. OpenTSDB: fix opentsdb queries that returned more than one series

Change

  • Issue #681. Dashboard: The panel error bar has been replaced with a small error indicator, this indicator does not change panel height and is a lot less intrusive. Hover over it for short details, click on it for more details.

1.7.0-rc1 (2014-08-05)

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 schema (series typeahead)
  • Issue #525. InfluxDB: Enhanced series aliasing (legend names) with pattern replacements
  • 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
  • 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 metrics
  • 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

1.6.1 (2014-06-24)

New features or improvements

  • Issue #360. Ability to set y min/max for right y-axis (RR #519)

Fixes

  • Issue #500. Fixes regex InfluxDB queries introduced in 1.6.0
  • Issue #506. Bug in when using % sign in legends (aliases), fixed by removing url decoding of metric names
  • Issue #522. Series names and column name typeahead cache fix
  • Issue #504. Fixed influxdb issue with raw query that caused wrong value column detection
  • Issue #526. Default property that marks which data source is default in config.js is now optional
  • Issue #342. Auto-refresh caused 2 refreshes (and hence multiple queries) each time (at least in firefox)

1.6.0 (2014-06-16)

New features or improvements

  • Issue #427. New Y-axis formater for metric values that represent seconds, Thanks @jippi
  • Issue #390. Allow special characters in series names (influxdb data source), Thanks @majst01
  • Issue #428. Refactoring of filterSrv, Thanks @Tetha
  • Issue #445. New config for playlist feature. Set playlist_timespan to set default playlist interval, Thanks @rmca
  • Issue #461. New graphite function definition added isNonNull, Thanks @tmonk42
  • Issue #455. New InfluxDB function difference add to function dropdown
  • Issue #459. Added parameter to keepLastValue graphite function definition (default 100) Issue #418. to the browser cache when upgrading grafana and improve load performance
  • Issue #327. Partial support for url encoded metrics when using Graphite data source. Thanks @axe-felix
  • Issue #473. Improvement to InfluxDB query editor and function/value column selection
  • Issue #375. Initial support for filtering (templated queries) for InfluxDB. Thanks @mavimo
  • Issue #475. Row editing and adding new panel is now a lot quicker and easier with the new row menu
  • Issue #211. New data source! Initial support for OpenTSDB, Thanks @mpage
  • Issue #492. Improvement and polish to the OpenTSDB query editor
  • Issue #441. Influxdb group by support, Thanks @piis3
  • improved asset (css/js) build pipeline, added revision to css and js. Will remove issues related

Changes

  • Issue #475. Add panel icon and Row edit button is replaced by the Row edit menu
  • New graphs now have a default empty query
  • Add Row button now creates a row with default height of 250px (no longer opens dashboard settings modal)
  • Clean up of config.sample.js, graphiteUrl removed (still works, but deprecated, removed in future) Use data sources config instead. panel_names removed from config.js. Use plugins.panels to add custom panels
  • Graphite panel is now renamed graph (Existing dashboards will still work)

Fixes

  • Issue #126. Graphite query lexer change, can now handle regex parameters for aliasSub function
  • Issue #447. Filter option loading when having multiple nested filters now works better. Options are now reloaded correctly and there are no multiple renders/refresh in between.
  • Issue #412. After a filter option is changed and a nested template param is reloaded, if the current value exists after the options are reloaded the current selected value is kept.
  • Issue #460. Legend Current value did not display when value was zero
  • Issue #328. Fix to series toggling bug that caused annotations to be hidden when toggling/hiding series.
  • Issue #293. Fix for graphite function selection menu that some times draws outside screen. It now displays upward
  • Issue #350. Fix for exclusive series toggling (hold down CTRL, SHIFT or META key) and left click a series for exclusive toggling
  • Issue #472. CTRL does not work on MAC OSX but SHIFT or META should (depending on browser)

1.5.4 (2014-05-13)

New features and improvements

  • InfluxDB enhancement: support for multiple hosts (with retries) and raw queries (Issue #318, thx @toddboom)
  • Added rounding for graphites from and to time range filters for very short absolute ranges (Issue #320)
  • Increased resolution for graphite datapoints (maxDataPoints), now equal to panel pixel width. (Issue #5)
  • Improvement to influxdb query editor, can now add where clause and alias (Issue #331, thanks @mavimo)
  • New config setting for graphite data source to control if json render request is POST or GET (Issue #345)
  • Unsaved changes warning feature (Issue #324)
  • Improvement to series toggling, CTRL+MouseClick on series name will now hide all others (Issue #350)

Changes

  • Graph default setting for Y-Min changed from zero to auto scaling (will not effect existing dashboards). (Issue #386) - thx @kamaradclimber

Fixes

  • Fixes to filters and "All" option. It now never uses "*" as value, but all options in a {node1, node2, node3} expression (Issue #228, #359)
  • Fix for InfluxDB query generation with columns containing dots or dashes (Issue #369, #348) - Thanks to @jbripley

1.5.3 (2014-04-17)

  • Add support for async scripted dashboards (Issue #274)
  • Text panel now accepts html (for links to other dashboards, etc) (Issue #236)
  • Fix for Text panel, now changes take effect directly (Issue #251)
  • Fix when adding functions without params that did not cause graph to update (Issue #267)
  • Graphite errors are now much easier to see and troubleshoot with the new inspector (Issue #265)
  • Use influxdb aliases to distinguish between multiple columns (Issue #283)
  • Correction to ms axis formater, now formats days correctly. (Issue #189)
  • Css fix for Firefox and using top menu dropdowns in panel fullscreen / edit mode (Issue #106)
  • Browser page title is now Grafana - {{dashboard title}} (Issue #294)
  • Disable auto refresh zooming in (every time you change to an absolute time range), refresh will be restored when you change time range back to relative (Issue #282)
  • More graphite functions

1.5.2 (2014-03-24)

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 prefix. (Issue #209)

1.5.1 (2014-03-10)

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: Performance for large time spans

1.5.0 (2014-03-09)

New Features and improvements

Fixes

1.4.0 (2014-02-21)

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

1.3.0 (2014-02-13)

New features or improvements

  • #86 Dashboard tags and search (see wiki article for details)
  • #54 Enhancement to filter / template. "Include All" improvement
  • #82 Dashboard search result sorted in alphabetical order

Fixes

  • #91 Custom date selector is one day behind
  • #89 Filter / template does not work after switching dashboard
  • #88 Closed / Minimized row css bug
  • #85 Added all parameters to summarize function
  • #83 Stack as percent should now work a lot better!

1.2.0 (2014-02-10)

New features

  • #70 Grid Thresholds (warning and error regions or lines in graph)
  • #72 Added an example of a scripted dashboard and a short wiki article documenting scripted dashboards.

Fixes

  • #81 Grid min/max values are ignored bug
  • #80 "stacked as percent" graphs should always use "max" value of 100 bug
  • #73 Left Y format change did not work
  • #42 Fixes to grid min/max auto scaling
  • #69 Fixes to lexer/parser for metrics segments like "10-20".
  • #67 Allow decimal input for scale function
  • #68 Bug when trying to open dashboard while in edit mode

1.1.0 (2014-02-06)

New features:

  • #22 Support for native graphite png renderer, does not support click and select zoom yet
  • #60 Support for legend values (cactiStyle, min, max, current, total, avg). The options for these are found in the new "Axes & Grid" tab for now.
  • #62 There is now a "New" button in the search/open dashboard view to quickly open a clean empty dashboard.
  • #55 Basic auth is now supported for elastic search as well
  • some new function definitions added (will focus more on this for next release).

Fixes

  • #45 zero values from graphite was handled as null.
  • #63 Kibana / Grafana on same host would use same localStorage keys, now fixed
  • #46 Impossible to edit graph without a name fixed.
  • #24 fix for dashboard search when elastic search is configured to disable _all field.
  • #38 Improvement to lexer / parser to support pure numeric literals in metric segments

Thanks to everyone who contributed fixes and provided feedback 👍

1.0.4 (2014-01-24)

  • Issue #28 - Relative time range caused 500 graphite error in some cases (thx rsommer for the fix)

1.0.3 (2014-01-23)

1.0.2 (2014-01-21)

  • Issue #12, should now work ok without ElasticSearch

1.0.1 (2014-01-21)

  • Resize fix
  • Improvements to drag & drop
  • Added a few graphite function definitions
  • Fixed duplicate panel bug
  • Updated default dashboard with welcome message and randomWalk graph

1.0.0 (2014-01-19)

First public release