The following allows me to run use the 'current' method for the key "zone_id":
Von.configure do |config|
config.counter 'zone_id', current: [ :day, :week, :month, :year ]
end
However, if I have a key that's based on a unique ID (zone_id:xxx), is there a way to configure Von to provide 'current' counts for all keys matching zone_id:* ?
The following allows me to run use the 'current' method for the key "zone_id":
However, if I have a key that's based on a unique ID (zone_id:xxx), is there a way to configure Von to provide 'current' counts for all keys matching zone_id:* ?