Release Notes / Version 11.2204
Table Of ContentsDataviewFactory Metrics are now Exposed via Micrometer
DataviewFactory Metrics are exposed via DataViewFactory MBean some of which are provided as maps. When using the Prometheus
jmx_exporter
the maps are not exported to Prometheus. Thus, only accumulated metrics are available instead of the metrics per dataview class.
The dataview factory metrics are now exposed via Micrometer allowing Prometheus to receive the metrics per dataview class.
(CMS-21502)
Added new 'customizations' Actuator Endpoint to serve Spring Bean Customizations
Spring bean customizations are printed to the log upon application startup. There's now a new 'customizations' actuator endpoint serving the customizations report.
(CMS-16537)
Added new 'linkhandlers' Actuator Endpoint to Serve Spring Bean Link Handlers
Spring bean link handlers were printed to the log upon CAE startup. The logging on facility
com.coremedia.application.routing
was removed. There's now an actuator endpoint called 'linkhandlers' serving the resolved link handlers and link post processors.
(CMS-16536)