Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set HTTP Response attributes on telemetry spans (#30)
**Problem:** 1. When an HTTP response is created no information is attached to the spans that are created. **Solution:** 1. Adding a method to pull out the HTTP response and set some attributes about the response on both the parent span, and the response span. **Testing:** 1. I verified that the content is set on both the root and the response spans (Via Signoz):  
- Loading branch information