You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-05-22 09:35:21 +02:00
30fbc996a7
The semconv generator only emitted Attr* helpers for not_required attributes. For synchronous metrics, required attributes become positional parameters on Record/Add methods. But observable instruments don't get a generated observe wrapper, so there was no way to easily pass the required attributes in callbacks. Fixes #8357