Changes between Version 6 and Version 7 of HealthMonitoring
- Timestamp:
- 03/25/12 23:22:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HealthMonitoring
v6 v7 35 35 36 36 Metrics 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 working38 37 - /metrics?pretty=(true|false) - returns a json response with all of the registered metrics 39 38 - /threads - returns a text representation of the stack dump at the moment of the call