You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently we have a NetServerAttributesExtractor that extracts net.* attributes on start and a NetClientAttributesExtractor that extracts net.* attributes on end. As it turned out in #4381, some HTTP client instrumentations (netty) need to capture net attributes on start, because they become unavailable at the end of request processing in some scenarios (timeouts in this particular case).
Perhaps we should go back to the NetOn(Start|End)AttributesExtractor naming? Or something else, e.g. Net(Request|Response)AttributesExtractor?
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently we have a
NetServerAttributesExtractor
that extractsnet.*
attributes on start and aNetClientAttributesExtractor
that extractsnet.*
attributes on end. As it turned out in #4381, some HTTP client instrumentations (netty) need to capture net attributes on start, because they become unavailable at the end of request processing in some scenarios (timeouts in this particular case).Perhaps we should go back to the
NetOn(Start|End)AttributesExtractor
naming? Or something else, e.g.Net(Request|Response)AttributesExtractor
?The text was updated successfully, but these errors were encountered: