1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-10 09:50:58 +02:00
opentelemetry-go/semconv
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
..
internal Use strings.Cut() instead of string.SplitN() (#4049) 2023-05-17 09:28:44 -07:00
v1.4.0 Add semantic conventions generation Make target (#2758) 2022-04-12 13:40:43 -07:00
v1.5.0 Add semantic conventions generation Make target (#2758) 2022-04-12 13:40:43 -07:00
v1.6.1 Add semantic conventions generation Make target (#2758) 2022-04-12 13:40:43 -07:00
v1.7.0 Add semantic conventions generation Make target (#2758) 2022-04-12 13:40:43 -07:00
v1.8.0 Add semconv/v1.8.0 (#2763) 2022-04-16 01:58:24 -04:00
v1.9.0 Add semconv/v1.9.0 package (#2792) 2022-04-18 10:38:55 -07:00
v1.10.0 Add semconv/v1.10.0 (#2842) 2022-04-22 07:41:28 -07:00
v1.11.0 Add semconv/v1.11.0 (#3009) 2022-07-13 08:45:46 -04:00
v1.12.0 Add semconv/v1.12.0 (#3010) 2022-07-13 09:55:43 -04:00
v1.13.0 Document httpconv and netconv packages as trace providing only trace semantic convention (#3823) 2023-03-02 11:42:46 -08:00
v1.14.0 Document httpconv and netconv packages as trace providing only trace semantic convention (#3823) 2023-03-02 11:42:46 -08:00
v1.15.0 Document httpconv and netconv packages as trace providing only trace semantic convention (#3823) 2023-03-02 11:42:46 -08:00
v1.16.0 Document httpconv and netconv packages as trace providing only trace semantic convention (#3823) 2023-03-02 11:42:46 -08:00
v1.17.0 Document httpconv and netconv packages as trace providing only trace semantic convention (#3823) 2023-03-02 11:42:46 -08:00
v1.18.0 Document httpconv and netconv packages as trace providing only trace semantic convention (#3823) 2023-03-02 11:42:46 -08:00
v1.19.0 Add semconv/v1.19.0 (#3848) 2023-05-08 09:02:10 -07:00
v1.20.0 Add semconv/v1.20.0 (#4078) 2023-05-16 11:17:28 -07:00
template.j2 Add funcs to semconv to create semantic convention KeyValues (#3675) 2023-02-06 09:41:41 -08:00