John Huffaker
John Huffaker
Allowing me to specify my phpdoc in a compatible way between the two is highly desirable (and they are defacto the standard, not you). I'd recommend in the uint case...
We ended up adding a utility function: ``` // This is really useful if you want to make an arry out of // constitutent parts which may be lists or...
We've had pretty good luck with the aforementioned join() method. We've been using it quite extensively for quite a while.
Digging through the docs and reasoning from pki it seems like and looking at this issues kubernetes/kubernetes#11000. It seems like the controller-manager yaml needs to be configured to use the...
Just wanted to add an upvote on this one, I reached out to the nginx team and they were resistent to adding client spans to the instrumentation itself, so this...
> I've got mixed feelings regarding span status. For example, it isn't always clear whether 4xx status codes are "errors". Does OTEL specification have clear stance on these? > >...
@bkendall any chance you'll merge this soon?
Thank you so much for the fast and helpful response! Will try that out / looking at the auto-instrumentation.
A few notes, I made a contract test for this to ensure the behavior remains stable: public function testOtelDanglingSpanContractTest() { // Reset storage Context::setStorage(null); $this->assertEquals(Context::getCurrent(), Context::getRoot()); $tracer = NoopTracer::getInstance(); $span1...
I made PR #1140 let me know what you think.