Related to monitoring.
This basically adds endpoints:
/manage/health
/manage/metrics
to a spring application.
Normally just taking the dependency should suffice. It can be configured with spring properties (monitoring.*
, see MonitoringProperties
), which the most important one may be
All have defaults, or can be set via system properties (such as for example the username/password for the monitoring endpoint)
Used in spring openshift applications of VPRO and POMS