open-telemetry / open-telemetry/opentelemetry-python-contrib
GenAI utils: Completion hook improvements
Open
@lmolkova is already working on this.
Since Apr 30, 2026.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 1.1k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 16
Description
- Can we log a warning when a name is passed into the envvar but no match is found in the entry point?
- When a loaded object does not implement
CompletionHook, let's uselogger.warninginstead ofdebugsince this seems like a real configuration bug. - When an exception is caught, the log says the noop is being used by the iteration continues for the rest of the entry points (technically would be ok unless duplicate names).
Originally posted by @lzchen in https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4315#discussion_r3165417491
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.