newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
192 stars 140 forks source link

Add a configuration option to support spring transaction naming with Controller Class Name + Method #1872

Open obenkenobi opened 3 weeks ago

obenkenobi commented 3 weeks ago

Provide a config option to name all Spring Transaction based on ControllerClassName.MethodName instead of using the request mappings.

This is to help resolve Spring Controller URI naming schemes of which we decided not to support (for reasons such as preventing too many transaction names or security concerns).

workato-integration[bot] commented 3 weeks ago

https://new-relic.atlassian.net/browse/NR-262056