Matthew Wear

Results 36 issues of Matthew Wear

Convert Datadog instrumentation for aws-sdk 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/aws)

help wanted
instrumentation

Convert Datadog instrumentation for SuckerPunch 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/sucker_punch)

help wanted
instrumentation

Convert Datadog instrumentation for Sequel to OpenTelemetry. See * [Datadog porting guide](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/instrumentation/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/sequel)

help wanted
instrumentation

Convert Datadog instrumentation for gRPC 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/grpc)

help wanted
instrumentation
keep

Convert Datadog instrumentation for Grape 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/grape)

help wanted
instrumentation

Convert Datadog instrumentation for Elasticsearch 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/elasticsearch)

help wanted
instrumentation

Add instrumentation adapters for Rails components via ActiveSupport notifications. @martinisoft can fill in the details.

enhancement
instrumentation

Currently we only patch the `request` method, but it would be good to add visibility around `connect`. It would also be nice to be able to allow / deny list...

enhancement
instrumentation

## Which problem is this PR solving? This PR is part 2 in a series of PRs to add exponential histogram support. Partially Fixes #3324 ## Short description of the...

## Which problem is this PR solving? This PR is part 3 in a series of PRs to add exponential histogram support. See [this comparison](https://github.com/mwear/opentelemetry-js/compare/expohisto-p2-accumulation...mwear:opentelemetry-js:expohisto-p3-export) introduced by this PR (omitting...