Leighton Chen

Results 328 comments of Leighton Chen

@ocelotl Seems like we want to apply this pattern to the rest of the codebase. @ocelotl could you make a tracking issue to apply this change everywhere so it doesn't...

@rajat315315 Are you still working on this? Please fix the conflicts and rebase.

@srikanthccv @srikanthccv It does seem like it's being used in the SDK and not autoinstrumentation for [Java](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/AutoConfiguredOpenTelemetrySdkBuilder.java#L446) so this seems like an appropriate change.

@puskardeb Please fix the build issues and then we can get this merged!

@puskardeb mypy errors should be fixed with [this](https://github.com/open-telemetry/opentelemetry-python/pull/3776). Please rebase and we can merge this :)

Release should have the new fix: https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.24.0

@Liubey What commands are you running to run the example? Is there a specific process runner you are using?

Might possibly be a bug in `langchain-serve`. They might be taking a dependency on the prometheus exporter >= 1.12.0rc1, which is an unsupported version. They should be using the beta...

@aabmass I believe we discussed to drop 3.7 alongside supporting 3.12 because we wanted to limit the number of versions we support. I added a note in order agenda for...

Only the standard Python logging library is currently supported by OpenTelemetry. Converting this to a feature request to support loguru.