open-telemetry / open-telemetry/opentelemetry-php
update all env based factory to use `EnvComponentLoader` instead of using separate factory interfaces for each component.
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 912
- Forks
- 232
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 4
Description
Should IMO update all env based factory to use EnvComponentLoader instead of using separate factory interfaces for each component.
Originally posted by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/1651#discussion_r2172287336
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.
Research direction
Start by locating EnvComponentLoader and every environment-based factory interface in the repository. Review how each component currently selects its factory, then determine whether all such paths can use EnvComponentLoader consistently. Done means the separate per-component factory interfaces are no longer used for environment-based loading and the existing behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- observability-sre
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100