Ted Young

Results 147 comments of Ted Young

If we do anything with dynamic env var names, it should align with what we're doing in the config SIG.

Great news! Would be cool to do a blog post about this, we feel that OTel is stable enough now that we would like to start encouraging more native instrumentation.

Hi all! For clarity, never throwing exceptions or returning errors is a strict requirement for the OpenTelemetry API. Errors should definitely be piped to some form of diagnostic output so...

> Right now there are fields on `LogRecord` that do not exist on `SpanEvent`: > > * `SeverityText` > * `SeverityNumber` > * `Body` Since SpanEvents are a name plus...

Circling back on this. Since we are coming to the end of the Event SIG and this is one of our last remaining issues, let's make a decision so that...

@tigrannajaryan oh man I would have loved name to be a field a year ago, because I agree that this concept is part of the structure of OTLP. But at...

This is a valid concern, and we have various solutions for this in different languages and instrumentation packages. However, having access to the root span is problematic. Even though it...