newrelic-java-agent
newrelic-java-agent copied to clipboard
Support proper naming of reactive actuator endpoints
This PR added support for naming actuator endpoints configured for WebMVC. We would also like to support reactive actuator endpoints that utilize the AbstractWebFluxEndpointHandlerMapping class.
It should utilize the same config value as the WebMVC change:
class_transformer.name_actuator_endpoints
The default value is false.
https://new-relic.atlassian.net/browse/NR-324903