You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
ee6d57b7cf
- Do not use [side-effect programming](https://en.wikipedia.org/wiki/Side_effect_(computer_science)) to setup an exporter. Make the setup explicit, unique, and local. - Report instrument creation errors back to the user instead of passing them to `otel.Handle`.