GET   /success                      datadog.trace.instrumentation.play25.PlayController.success()
GET   /redirect                     datadog.trace.instrumentation.play25.PlayController.redirect()
GET   /forwarded                    datadog.trace.instrumentation.play25.PlayController.forwarded()
GET   /error-status                 datadog.trace.instrumentation.play25.PlayController.errorStatus()
GET   /exception                    datadog.trace.instrumentation.play25.PlayController.exception()
GET   /custom-exception             datadog.trace.instrumentation.play25.PlayController.customException()
GET   /not-here                     datadog.trace.instrumentation.play25.PlayController.notHere()
GET   /user-block                   datadog.trace.instrumentation.play25.PlayController.userBlock()
GET   /query                        datadog.trace.instrumentation.play25.PlayController.query(some: String)
GET   /encoded_query                datadog.trace.instrumentation.play25.PlayController.encodedQuery(some: String)
GET   /encoded%20path%20query       datadog.trace.instrumentation.play25.PlayController.encodedPathQuery(some: String)
GET   /path/:path/param             datadog.trace.instrumentation.play25.PlayController.pathParam(path: Integer)
POST /created                       datadog.trace.instrumentation.play25.PlayController.created()
POST /body-urlencoded               datadog.trace.instrumentation.play25.PlayController.bodyUrlencoded()
POST /body-multipart                datadog.trace.instrumentation.play25.PlayController.bodyMultipart()
POST /body-json                     datadog.trace.instrumentation.play25.PlayController.bodyJson()
