LagLive code: ``` LEFT JOIN ( SELECT host_name, shard_num FROM system.clusters WHERE cluster = 'sharded' ) AS hosts ON shard = hosts.shard_num ``` make cluster name configurable, without code change or add the requirements to the documentation