Release Notes / Version 12.2406.0
Table Of Contents
Please use the Spring Boot Prometheus actuator endpoint to scrape
metrics instead. You can still enable the exporter using
PROMETHEUS=true
but you also need to expose the
8199
port for the prometheus service discovery.
To enable the Spring Boot Prometheus actuatuator endpoint, make sure
that it is included in the list of exposed endpoints, configured by
management.endpoints.web.exposure.include
.
(CMS-23621)