Skip to content

Commit

Permalink
Encode EXT-REDIS identifier (#72)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
srvaroa authored Feb 10, 2021
1 parent 0edc628 commit b7e63af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions definitions/ext-redis/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: REDIS
synthesis:
identifier: targetName
name: targetName
encodeIdentifierInGUID: true

conditions:
- attribute: metricName
Expand Down

0 comments on commit b7e63af

Please sign in to comment.