John Bley
John Bley
I present a proposal for a design philosophy around handling potentially-sensitive data in our libraries, using SQL as an example throughout.
**What are you trying to achieve?** Multiple otel vendors have used HTTP `Server-Timing` headers to propagate server-side instrumentation context back to client instrumentation. I would like the otel specification to...
When using nuke in a project and applying `shellcheck --severity=warning` (a wonderful shell linting tool), it turned up a minor nit in nuke's `build.sh`. So, it was suggested by a...
This idea takes the `UnsafeAttributes` allocated in `onStart`, stores it in the context (with the start time), and then reuses it in `onEnd`. - I audited all 72 `AttributeExtractor.onEnd` implementations...
Most spans that have links don't grow to contain the maximum number of links [Citation needed]. So, when faulting in a `links` list to hold them, there's no need to...
## Which problem is this PR solving? - Currently lambda invocations through an api gateway don't report the invoked url. The event passed to the handler has a different shape...