iopipe / iopipe-java

AWS Lambda telemetry for Java
https://www.iopipe.com/
Apache License 2.0
17 stars 8 forks source link

Auto-Tracing HTTP Requests #103

Open XerTheSquirrel opened 6 years ago

XerTheSquirrel commented 6 years ago

Implement auto-tracing and measuring of HTTP requests.

For Reference:

XerTheSquirrel commented 6 years ago

This will be very complex to do as Java does not really have a means to support this. So whatever the implementation does is definitely going to use dark magic if it is to be automatic. At least in the mean time #102 would help in the mean time and at least a variation of it.

XerTheSquirrel commented 6 years ago

No longer blocked.