Brett McBride
Brett McBride
replaced by #816
I like the look of thephpleague/config - having an organised/structured config does seem nice, and I like the dot-notation access. Do we need to be able to inject more config...
@tidal - I think `nette/schema` is really good just by itself - it supports nested objects, and has a `processMultiple()` method which can accept multiple data sets (ie, user-provided +...
@tidal - first draft of config: https://github.com/open-telemetry/opentelemetry-php/pull/498 It's just generating the config out to a stdClass, but it looks like we could cast that to a real class for better...
Discussed in SIG today to put this on hold, awaiting the outcome of https://github.com/open-telemetry/opentelemetry-specification/issues/2207
I'm working on this. Am moving a few obvious integration tests across into the `Integration` area, but also annotating existing unit tests with `@covers` to reduce false coverage, which should...
Hi @sangeethjohn07 You are correct that a lot of work has been done to fix up the tests since this issue was created, either as part of this issue or...
Resolved by https://github.com/open-telemetry/opentelemetry-php-contrib/pull/75
I've started working on this, PR coming soon once I self-review.
Done in #682