lib/rackamole/mole.rb in rackamole-0.1.0 vs lib/rackamole/mole.rb in rackamole-0.1.1
- old
+ new
@@ -20,10 +20,10 @@
# :log_level :: Rackamole logger level. (Default: info )
# :environment :: The environment for the application ie :environment => RAILS_ENV
# :perf_threshold :: Any request taking longer than this value will get moled. Default: 10secs
# :moleable :: Enable/Disable the MOle (Default:true)
# :store :: The storage instance ie log file or mongodb [Default:stdout]
- # :expiration :: Number of seconds to expiration. The mole will not keep sending alert if a particular
+ # :expiration :: Number of seconds to alert expiration. The mole will not keep sending alert if a particular
# mole type has been reported in the past. This threshold specifies the limit at which
# the previously sent alerts will expire and thus will be sent again.
# For instance, it might be the case that the app is consistently slow for a particular action.
# On the first encounter an alert will be sent ( if configured ). Any subsequent requests for this action
# will not fire an alert until the expiration threshold is hit. The default is 1 hour.
\ No newline at end of file