Sean Hood
Sean Hood
To add a small bit of context, regarding point 3. When I implemented `OtlpGrpc`, I continued having all the configurable options available in the constructor. Moving onto `OtlpHttp`, I figured...
Happy to work on it, had a few ideas over the weekend. I'm thinking a new class e.g. `OpenTelemetry\Contrib\Otlp\ConfigOpts()` which could then be passed to either the OtlpGrpc or OtlpHttp...
Just had a thought: I was going to do this as part of this issue but maybe could be split into a new issue(?). Would be to merge `OtlpHttp/SpanConverter` and...
WIP can be found here: https://github.com/open-telemetry/opentelemetry-php/compare/main...SeanHood:otlp-config-opts Haven't made to many changes recently
Workaround (at least for macOS): Create a volume: ``` hdiutil create -size 20g -fs 'Case-sensitive Journaled HFS+' -volname ContainerDiff ~/ContainerDiff.dmg hdiutil unmount ContainerDiff.dmg ``` Use volume: ``` container-diff diff -c...
``` # * Removal: # Manual process right now, todo for the future ``` From https://github.com/luxflux/puppet-openvpn/blob/master/manifests/server.pp#L397
I have a feeling, this patch needs to be applied to get tests running. Should this be in this PR or a separate one? ```diff diff --git a/.fixtures.yml b/.fixtures.yml index...
Different failures, I'll take a look at those now.
I have just added a PR to suppress this message
PR has been updated!