Matthew Wear
Matthew Wear
**Description:** I started a POC for status reporting in https://github.com/open-telemetry/opentelemetry-collector/pull/5158. That PR served as a good starting point for discussion and feedback, but the implementation has changed direction enough, that...
We should have a mechanism to disable tracing via a flag on the context. Other SIGs are considering similar approaches. See: https://github.com/open-telemetry/opentelemetry-js/issues/1040.
I wanted to see what plans, if any, exist around classifying OTLP/JSON as stable for tracing. Is this something that would be possible to do with the tracing GA? If...
We recently discussed OTEP #123 at the error working group and agreed it introduced some good ideas, but they were coupled with error reporting. Exception data was handled by https://github.com/open-telemetry/opentelemetry-specification/pull/697...
**Background** I started looking into this issue when I noticed that the kafkametricsreceiver crashes the collector if kafka is not available during startup. I originally started a discussion on #8349,...
## Which problem is this PR solving? Fixes #2937 ## Short description of the changes This PR updates internal references of `InstrumentationLibrary` to `InstrumentationScope`. In order to do this in...
Given that we have Rack instrumentation as well as Sinatra instrumentation there is the possibility of having nested spans with `SpanKind.SERVER`. With Faraday and Net::HTTP instrumentation, it's also possible to...
Convert Datadog instrumentation for presto-client to OpenTelemetry. See * [Datadog porting guide](https://github.com/open-telemetry/opentelemetry-ruby/blob/master/adapters/datadog-porting-guide.md) * [Semantic Conventions](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/trace/semantic_conventions) * [Datadog implementation](https://github.com/DataDog/dd-trace-rb/tree/master/lib/ddtrace/contrib/presto)
Convert Datadog instrumentation for Racecar to OpenTelemetry. See * [Datadog porting guide](https://github.com/open-telemetry/opentelemetry-ruby/blob/master/adapters/datadog-porting-guide.md) * [Semantic Conventions](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/trace/semantic_conventions) * [Datadog implementation](https://github.com/DataDog/dd-trace-rb/tree/master/lib/ddtrace/contrib/racecar)
Convert Datadog instrumentation for Shoryuken to OpenTelemetry. See * [Datadog porting guide](https://github.com/open-telemetry/opentelemetry-ruby/blob/master/adapters/datadog-porting-guide.md) * [Semantic Conventions](https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/trace/semantic_conventions) * [Datadog implementation](https://github.com/DataDog/dd-trace-rb/tree/master/lib/ddtrace/contrib/shoryuken)