Eric Mustin
Eric Mustin
- [x] This is a Koala bug/issue/documentation problem. Hello y'all. I help maintain [Opentelemetry-ruby](https://github.com/open-telemetry/opentelemetry-ruby), which supports tracing instrumentation for the Koala gem. We noticed the Koala instrumentation test suite is...
Followup for https://github.com/open-telemetry/opentelemetry-ruby/pull/1083 We should include a loose semconv gem dependency and explicitly require in the module during instrumentation loading, when it's being used in instrumentation. Since the `-sdk` takes...
just adding to track work around SchemaUrl (from [opentelemetry-go](https://github.com/open-telemetry/opentelemetry-go/issues/2209#issuecomment-908405634)) > The schema URL defines the version of semantic conventions used in resource. Each version of semantic conventions will export a...
spawning off some discussion here https://github.com/open-telemetry/opentelemetry-ruby/issues/947, there are two areas that ought to be addressed in instrumentation 1. Be more defensive with version compatibility 2. Have a way to safely...
### Summary This PR adds instrumentation for the Rails [ActiveStorage gem](https://edgeguides.rubyonrails.org/active_storage_overview.html), using the [ActiveSupport Notifications that it emits](https://edgeguides.rubyonrails.org/active_support_instrumentation.html#active-storage). ActiveStorage is available in both rails 5 and 6 for ruby versions...
### Summary Follow up to https://github.com/equinix-labs/otel-cli/pull/27 , which was quite out of date so i'm closing it. This pr adds `--status-code, OTEL_CLI_STATUS_CODE, status-code` and `--status-description, OTEL_CLI_STATUS_DESCRIPTION, status-description` _Cli Argument, Env...
**Description of the bug** On a resque related pr some unrelated tests in `sidekiq` integration are failing, https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/117, see failing test here https://github.com/open-telemetry/opentelemetry-ruby-contrib/runs/8071447170?check_suite_focus=true This should get fixed so CI is...
We don't want to own these, they exceed the scope of what belongs in the `-contrib` repo, and need to revert: - https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/71 - https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/62 The appropriate approach is to...
Following up on https://github.com/open-telemetry/opentelemetry-ruby/pull/978, we noticed we're missing [some detail for our multiple kafka instrumentations](https://github.com/open-telemetry/opentelemetry-ruby/pull/978/files#r746073104) The specification states that peer.service SHOULD be set for kafka producers. https://github.com/open-telemetry/opentelemetry-specification/blob/a1a8676a43dce6a4e447f65518aef8e98784306c/specification/trace/semantic_conventions/messaging.md#apache-kafka > For Apache...
Related to: https://github.com/open-telemetry/opentelemetry-ruby/pull/769 We have a number of instrumentation helper methods and options, (specifically related to http in the above pr but also potentially db/cache services) which all http instrumentation...