1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/semconv
Anthony Mirabella b40fdf174b
Move content length out of basic attributes (#1031)
* Move content length out of basic attributes

semconv.httpBasicAttributesFromHTTPRequest() was including the request's content length,
which is a high-cardinality label.  It ended up in metric labels through the use of that function
by semconv.HTTPServerMetricAttributesFromHTTPRequest().

* Add CHANGELOG entry

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-05 13:24:28 -07:00
..
doc.go Rename api/standard package to semconv (#1016) 2020-08-04 07:51:09 -07:00
http_test.go Rename api/standard package to semconv (#1016) 2020-08-04 07:51:09 -07:00
http.go Move content length out of basic attributes (#1031) 2020-08-05 13:24:28 -07:00
resource.go Rename api/standard package to semconv (#1016) 2020-08-04 07:51:09 -07:00
trace.go Rename api/standard package to semconv (#1016) 2020-08-04 07:51:09 -07:00