1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-09-16 09:26:25 +02:00
Files
Tyler Yahn 3baabce4c6 Do not allocate instrument options if possible in generated semconv packages (#7328)
Avoid allocating instrument creation option if possible. If a user does
not provide any options, use a static, read-only, file-level defined
option slice. Otherwise, append to the user allocated slice the
description and unit options.
2025-09-09 12:21:48 -07:00
..
2024-04-23 17:29:17 +02:00
2024-10-20 07:50:39 -07:00
2025-02-04 07:52:00 -08:00
2025-05-20 10:33:50 -07:00
2024-03-26 20:13:54 +01:00

Semconv

PkgGoDev