From b83fdd1a14c467d84473da8a0e10abeba6cd6fe6 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Mon, 25 Nov 2019 12:25:12 +0100 Subject: [PATCH] Changelog: 6.4.5 (#20625) Updates changelog for 6.4.5 release. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fb95e00f8..b13fc8ca05f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -114,6 +114,12 @@ * **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](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-search-expressions.html) 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](https://grafana.com/docs/installation/upgrading/#upgrading-to-v6-5). +# 6.4.5 (2019-11-25) + +### Bug Fixes + +* **CloudWatch**: Fix high CPU load [#20579](https://github.com/grafana/grafana/pull/20579) + # 6.4.4 (2019-11-06) ### Bug Fixes