1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/semconv/internal
Mikhail Mazurskiy f95bee22b9
Use strings.Cut() instead of string.SplitN() (#4049)
strings.Cut() generates less garbage as it does not allocate the slice to hold parts.
2023-05-17 09:28:44 -07:00
..
v2 Remove http.target attr from ServerRequest (#3687) 2023-02-07 14:12:41 -05:00
v3 Add semconv/v1.19.0 (#3848) 2023-05-08 09:02:10 -07:00
v4 Add semconv/v1.20.0 (#4078) 2023-05-16 11:17:28 -07:00
http_test.go Add http.method attribute to http server metric (#3018) 2022-07-19 00:07:18 -04:00
http.go Use strings.Cut() instead of string.SplitN() (#4049) 2023-05-17 09:28:44 -07:00