Changes between Version 18 and Version 19 of HealthMonitoring


Ignore:
Timestamp:
Apr 2, 2012, 1:20:58 AM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HealthMonitoring

    v18 v19  
    3939  - /monitor/threads - returns a text representation of the stack dump at the moment of the call
    4040  - /monitor/healthcheck - returns 200 if all checks pass or 500 Internal Service Error if one fails (and human readable response of the failures)
     41  - /monitor - provide links to pages listed aboce.
    4142
    4243A link will be made from the Admin/config.info page will be made to these servlets so a administrator can easily access this data.  In a future implementation we can possible add a more attractive UI for viewing the information.
     44All /monitor/* urls will be restricted by a Servlet-filter so that only administrators can access the information.
    4345
    4446It is important to realize that metrics is not exactly the same as statistics in my use case.  While it could be used in some capacity for statistics, in this proposal metrics will be used as a standard API and utilities for creating a monitoring subsystem that is flexible, extensible and can interoperate with many existing monitoring systems.