Ability to add custom metrics per service. Sometimes, a particular service exposes an API where you can get additional information that may be useful to the person managing the environment.
- RestCall: RESTful call to get metrics
- JmxMetrics: Use Java JMX to get metrics
- JVM Statistics
- Ability to get metrics on a timer
- Store metrics in a Datasource
- Show the metrics as a dashboard
Ability to add custom metrics per service. Sometimes, a particular service exposes an API where you can get additional information that may be useful to the person managing the environment.