Grafana: v6.5.0 (2019-11-25)

11/25/2019 2:21 pm

Grafana: v6.5.0 (2019-11-25)

Download Page
What’s New Highlights
Release Notes

Features / Enhancements

  • CloudWatch: Add curated dashboards for most popular amazon services. #20486, @sunker
  • CloudWatch: Enable Min time interval. #20260, @mtanda
  • Explore: UI improvements for log details. #20485, @ivanahuckova
  • Server: Improve grafana-server diagnostics configuration for profiling and tracing. #20593, @papagian

Bug Fixes

  • BarGauge/Gauge: Add back missing title option field display options. #20616, @torkelo
  • CloudWatch: Fix high CPU load. #20579, @marefr
  • CloudWatch: Fix high resolution mode without expression. #20459, @mtanda
  • CloudWatch: Make sure period variable is being interpreted correctly. #20447, @sunker
  • CloudWatch: Remove HighResolution toggle since it’s not being used. #20440, @sunker
  • Cloudwatch: Fix LaunchTime attribute tag bug. #20237, @sunker
  • Data links: Fix URL field turns read-only for graph panels. #20381, @dprokop
  • Explore: Keep logQL filters when selecting labels in log row details. #20570, @ivanahuckova
  • MySQL: Fix TLS auth settings in config page. #20501, @peterholmberg
  • Provisioning: Fix unmarshaling nested jsonData values. #20399, @aocenas
  • Server: Should fail when server is unable to bind port. #20409, @aknuds1
  • Templating: Prevents crash when $__searchFilter is not a string. #20526, @hugohaggmark
  • TextPanel: Fixes issue with template variable value not properly html escaped #20588, @torkelo
  • TimePicker: Should update after location change. #20466, @torkelo

Breaking changes

  • CloudWatch: Pre Grafana 6.5.0, the CloudWatch datasource used the GetMetricStatistics API for all queries that did not have an \xb4id\xb4 and did not have an \xb4expression\xb4 defined in the query editor. The GetMetricStatistics API has a limit of 400 transactions per second. In this release, all queries use the GetMetricData API. The GetMetricData API has a limit of 50 transactions per second and 100 metrics per transaction. Also the GetMetricData API pricing is different from GetMetricStatistics. While GetMetricStatistics qualified for the CloudWatch API free tier, this is not the case for GetMetricData calls. For more information, please refer to the CloudWatch pricing page (https://aws.amazon.com/cloudwatch/pricing/). Read more about GetMetricData limits in upgrading to 6.5.
  • CloudWatch: The GetMetricData API does not return metric unit, so unit auto detection in panels is no longer supported.
  • CloudWatch: The HighRes switch has been removed from the query editor. Read more about this in upgrading to 6.5.
  • CloudWatch: In previous versions of Grafana, there was partial support for using multi template variables as dimension values. When a multi template variable is being used for dimension values in Grafana 6.5, a search expression will be generated. In the GetMetricData API, expressions are limited to 1024 characters, so it might be the case that this limit is reached when a multi template variable that has a lot of values is being used. Read about the suggested workaround in upgrading to 6.5.