Don't create spans for HttpUrlConnection requests from agent classloader #4642
Labels
contribution welcome
Request makes sense, maintainers probably won't have time, contribution would be welcome
enhancement
New feature or request
stale
I have a feeling there isn't a good solution to this but would be nice if there were. Because HttpUrlConnection is in bootstrap classloader, requests made from the agent classloader, such as a remote sampler, end up getting traced. Ideally this didn't happen and otherwise requires workarounds like adding the sampler's requests into that remote sampler configuration itself.
The text was updated successfully, but these errors were encountered: