Matthew Wear
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)
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)
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)
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)
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)
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)
Add instrumentation adapters for Rails components via ActiveSupport notifications. @martinisoft can fill in the details.
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...
## 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...