Tyler Yahn

Results 615 comments of Tyler Yahn

This looks to be affecting the [Go code generation](https://github.com/open-telemetry/opentelemetry-go/pull/5394): https://github.com/open-telemetry/opentelemetry-go/actions/runs/9180409074/job/25244759934?pr=5394

> > Also affecting PHP codegen, for the same reasons as others: `{{ attribute.fqn | to_const_name }}` ends up with the same const name. For the time being, I can...

Please provide a complete example that can be run. I'm not able to reproduce your issue.

> Also, should we document the convention that the go import path of the library producing the telemetry should be used as the scope name? SGTM. Only question is where...

To complete this, the docs site will need to be updated as well.

> Also, should we document the convention that the go import path of the library producing the telemetry should be used as the scope name? We already document this directly...

> We should add this to the LoggerProvider: #5613

@amanakin is working on this.

In your proposed solution, how do you plan to ensure you are the fist to write to the global state and not another? What do you do if you are...