enhancement request for Redis Cluster Node level metrics Reporting via APMIA RedisExtension.
Currently, Redis Cluster Node level metrics are being reported with IP and PORT.
Current path example:
SuperDomain|<node-name/hostname>|complete-events-hashtable-redis|<Agent>|Redis|completeeventshashtableredis|<IP>@<PORT>:Availability
Use the hostname to report the metrics instead of the ips for the each node, so that when any Redis node restarts and then rejoins the cluster, although the ip for the node has changed, as long as the hostname stays the same, the metrics for the node shall still use the same metric path and avoid the confusion.
Reviewed the online document and it seems like document also referencing that node metrics are reported under node-ip-port format. Based on this information it looks like this will be an enhancement request.
Submitted the enhancement request with DEV/Product Management team to report Redis Cluster Node level metrics using hostname instead of IP. The enhancement request is tracked by Rally item number DE618413.