Brett McBride
Brett McBride
**What are you trying to achieve?** I'm trying to implement a new sampler, register it with an SDK, then enable & configure it via environment variables. **Additional context.** The [OTEL_TRACES_SAMPLER](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration)...
> Could you add a bit more detail in the descriptions as to what users can accomplish by fiddling with these? In a separate PR, if you prefer. _Originally posted...
this fix is based on https://github.com/mattermost/platform/commit/5e2b4d1282dc374b54ca2c77fbf84c6533ce8519
Using Zend\Db\Adapter\Driver\Oci8\Statement as an example, if a runtime error occurs during sql execution (eg duplicate value on insert), the exception's code is populated with a DMBS error code. Is there...
this is a feature request. docker 1.12 added a [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#/healthcheck) command, which would be a useful feature IMO, particularly if deploying activemq into a docker swarm... I've had a play...
since protobuf v3.13 (https://github.com/protocolbuffers/protobuf/pull/7695 about 4 years ago) Google\Protobuf\Internal\Message::mergeFromJsonString has an optional second boolean parameter.
Initial draft of adding instrumentation configuration. - added all of the instrumentation-specific examples I found in https://github.com/MrAlias/otel-schema/issues/8 - a `common` property for settings that are common to multiple instrumentations (ie,...
Over in PHP SIG, we've started to implement file-based configuration, and it's going well. We also have a requirement where some of our automatic instrumentation modules require configuration. So, following...
### Mockery Version 1.6.12 ### PHP Version PHP 8.3 ### Issue Description After updating to mockery 1.6.12 today, both my IDE (phpstorm 2024.1.1) and psalm (5.24.0) started complaining about missing...
- porting Nevay's PoC registering auto-instrumentation packages via SPI with file-based config. - extend to support auto-loading: - use the not-yet-released v0.3 of file-based configuration (which combines SDK and instrumentation...