3.125. <StatsLog REDIS>

This clause logs statistics to Redis from all Radiator internal objects. Statistics can later fetched from Redis for management applications, log transport agents, such as logstash Redis input plugin, or other use. The statistics are currently logged in JSON format. StatsLog REDIS uses GossipRedis for communicating with a Redis server. For more information, see Section 3.133. <GossipRedis>.
There is an example configuration file in goodies/statslog.cfg.
For more information about what data is available for logging, see Table 10. Statistics collected within Radiator and usage in Format parameter.

3.125.1. StatsKey

This is a Redis key to store stats. The default is Radiator::StatsLogREDIS. Special formatting characters are supported.
# Our key has identifier and farm instance
StatsKey Radiator:%{Server:Identifier}:%O:stats