opentelemetry-go-contrib
opentelemetry-go-contrib copied to clipboard
Fix httpconv changes in docs from semconv 1.17 to 1.20
#4320 upgraded semconv in otelhttp from 1.17.0 to 1.20.0, which has breaking changes:
EnduserIDKeyhas been removed.HTTPFlavorKeyhas been removed.HTTPUserAgentKeyhas been renamed toUserAgentOriginalKey.
This PR updates the doc comments accordingly.
Ping @Aneurysm9 @hanyuancheung for second review before merge.
@MadVikingGod PTAL