aws / aws-xray-java-agent

The official AWS X-Ray Auto Instrumentation Agent for Java.
Apache License 2.0
42 stars 18 forks source link

Add support for Play Framework #61

Open willarmiros opened 3 years ago

willarmiros commented 3 years ago

Play Framework is a Java web framework that does not use servlets but is often used in multi-threaded applications. Therefore it would be a good fit to be auto-instrumented by the agent. We would likely need to write a new Disco plugin to add such support.