Changes between Version 12 and Version 13 of HealthMonitoring


Ignore:
Timestamp:
Mar 26, 2012, 12:57:12 AM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HealthMonitoring

    v12 v13  
    4848 - Database Health Monitor - checks that the database is accessible
    4949 - Index Health Monitor - checks that the Lucene index is searchable
     50 - Database Access timer - Time taken to access a DBMS instance.  This gives and idea of the level of contention over the database connections
    5051 - Log4j integration - monitors the frequency that logs are made for each log level so (for example) the rate that error are logged can be monitored.  See http://metrics.codahale.com/manual/log4j
    5152 - Webapp integration - monitors number of active requests, error codes returned and length of time requests take. See http://metrics.codahale.com/manual/webapps/