Changes between Version 6 and Version 7 of HealthMonitoring


Ignore:
Timestamp:
Mar 25, 2012, 11:22:56 PM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HealthMonitoring

    v6 v7  
    3535
    3636Metrics has 2 Apis, one for configuring the health checks and another for performing the configured health checks.  The 'out' Apis include JMX and JSON.  For this proposal 4 new servlet mappings will be defined for accessing the monitor information:
    37   - /ping - returns pong if server is still working
    3837  - /metrics?pretty=(true|false) - returns a json response with all of the registered metrics
    3938  - /threads - returns a text representation of the stack dump at the moment of the call