Closed
Description
As of #22603, developers can configure a BufferingApplicationStartup
on their SpringApplication
and collect application startup events.
While this feature can be used by a custom component to push this data in an external metrics system - we should provide a dedicated Actuator endpoint that drains the buffered data and exports it as a JSON document for further analysis.