Make Http*Getter
depend on Net*Getter
and deprecate Net*Getter
s
#9013
Labels
enhancement
New feature or request
We'd like the HTTP getters to extend the getters representing semconvs HTTP depends on. E.g. this is what
HttpClientAttributesGetter
should look like:At the same time, we'll deprecate
Net*AttributesGetter
and all the methods in HTTP semconv that depend on them:create(Http*Getter, Net*Getter)
andbuilder(Http*Getter, Net*Getter)
.The text was updated successfully, but these errors were encountered: