From b7e63af0b90503d2a1bc8e69b484fb1a040b9433 Mon Sep 17 00:00:00 2001 From: Galo Navarro Date: Wed, 10 Feb 2021 16:05:52 +0100 Subject: [PATCH] Encode EXT-REDIS identifier (#72) Since we're using the cluster name as domainId, the full GUID tends to exceed the max size. Use the encoding option to avoid this. Signed-off-by: Galo Navarro --- definitions/ext-redis/definition.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/definitions/ext-redis/definition.yml b/definitions/ext-redis/definition.yml index 74814781a..5157240f3 100644 --- a/definitions/ext-redis/definition.yml +++ b/definitions/ext-redis/definition.yml @@ -3,6 +3,7 @@ type: REDIS synthesis: identifier: targetName name: targetName + encodeIdentifierInGUID: true conditions: - attribute: metricName