Roger Yang

Results 50 comments of Roger Yang

Looks like there's a type check issue in CI that's unrelated to this change. You can fix it via the following diff. I tried pushing to this branch, but it...

Thanks for the report. Do you have a code snippet that I can use to reproduce this issues?

We just did some investigation into this and are looking into a workaround, but error message itself is most likely harmless.

This issue can be reproduced in Python outside of any instrumentation library as shown by the code snippet below. The root cause is a context mismatch during exception handling. When...

Unfortunately, unwinding the `ContextVar` in this situation appears to be impossible. The code snippet below demonstrates that the `ContextVar` value persists after the failed attempt to reset. This appears to...

See the official Python explanation [here](https://github.com/python/cpython/issues/118944) (it's not a bug).

Existing discussion from OTEL [here](https://github.com/open-telemetry/opentelemetry-python/issues/2606).

Hi @musitafa0032. Are you using `openai` Python SDK for Azure? If so, then our [openinference-instrumentation-openai](https://pypi.org/project/openinference-instrumentation-openai/) should work.

@Sumeet213 Really appreciate you offering to help! There are a few complications around the design of the PromptVersion interface, so we’ll want to handle this one internally. Thanks again for...

Because evals for docs and spans are on different spans, this is essentially blocked, unless we can apply a filter for evals on the root span and still include sub-spans...