1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/instrumentation/httptrace
Sam Xie 03cd779f0e
Add http content size semantic conventions (#905)
* Add http content size to standard package

Signed-off-by: Sam Xie <xsambundy@gmail.com>

* Include `http.request_content_length` in HTTP request basic attributes

Signed-off-by: Sam Xie <xsambundy@gmail.com>

* Add test for api.standard package

Signed-off-by: Sam Xie <xsambundy@gmail.com>

* Update CHANGELOG

Signed-off-by: Sam Xie <xsambundy@gmail.com>

* Fix http content size naming

Signed-off-by: Sam Xie <xsambundy@gmail.com>

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-07-08 10:39:15 -07:00
..
api.go Rename plugin directory to instrumentation (#779) 2020-05-30 14:53:32 -07:00
clienttrace_test.go Ensure clientTracer closes http.headers span (#912) 2020-07-07 10:08:40 -07:00
clienttrace.go Ensure clientTracer closes http.headers span (#912) 2020-07-07 10:08:40 -07:00
httptrace_test.go Add http content size semantic conventions (#905) 2020-07-08 10:39:15 -07:00
httptrace.go Add option to specify propagators to use with httptrace Extract and Inject 2020-06-01 13:47:43 -04:00