Trask Stalnaker

Results 74 issues of Trask Stalnaker

I'd like to propose ``` Require approval for first-time contributors who are new to GitHub ``` as a better documented default for OpenTelemetry repos over the GitHub default of ```...

There's AutoConfigurationCustomizer.addLogExporterCustomizer which gives a nice hook to modify log data, but it occurs after the BatchLogProcessor, and so doesn't have access to the Context. LogProcessors run before the BatchLogProcessors,...

Resolves #4264 This is a third option that I like better than both #4245 and #4246.

prototype

**Is your feature request related to a problem? Please describe.** I'd like to be able to suppress the SDK's shutdown hook and register my own because of shutdown ordering concerns....

Feature Request

E.g. store the context passed in to `LogDataBuilder.setContext()` (and remove `setSpanContext()`), and pass that context along to `LogProcessor.emit()`. This would enable writing a LogProcessor that adds Baggage attributes to the...

Feature Request
blocked:spec

**Is your feature request related to a problem? Please describe.** It is very convenient for instrumentation to call AttributesBuilder.put() with a possibly null value. Currently `AttributesBuilder.put()` treats this as a...

Feature Request
blocked:spec

**Is your feature request related to a problem? Please describe.** I'd like to increase export throughput, and the most obvious way (at least in my case with a remote ingestion...

Feature Request

Pros: This would enable us to use it across all 4 java repos (core, instrumentation, contrib, docs). In particular, instrumentation repo has many standalone gradle modules, which currently requires copying...

Feature Request