iopipe-java
iopipe-java copied to clipboard
Auto-Tracing HTTP Requests
Implement auto-tracing and measuring of HTTP requests.
For Reference:
- https://github.com/iopipe/iopipe-python/issues/210
- https://github.com/iopipe/iopipe-python/pull/211
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.
No longer blocked.