Sam

Results 33 issues of Sam

Per a [change to the spec](https://github.com/open-telemetry/opentelemetry-specification/commit/1e391951acad4969a7fbf4d98e25474063dc8cf8#diff-f5915221aa625b1e81f24f4ad442ff9154f40c8d35809096943037556c4283bbR67-R93), [`Baggage.set_value`](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/api/lib/opentelemetry/baggage.rb#L85) and [`Baggage.remove_value`](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/api/lib/opentelemetry/baggage.rb#L94) should return new `Baggage` instances (rather than a new `Context`).

Sibling to https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/70. See also https://github.com/open-telemetry/opentelemetry-ruby/issues/1321

Our various gems are on a pretty old version of Rubocop (see @dazuma's comment [here](https://github.com/open-telemetry/opentelemetry-ruby/pull/1096#issuecomment-1018193322) for context). The SDK gem is at [`0.73.0`](https://github.com/open-telemetry/opentelemetry-ruby/blob/e533817ba387bbfd6270e5c4d0ae42452dd7d9dc/sdk/opentelemetry-sdk.gemspec#L46). We should update to the latest rubocop....

good first issue

See https://github.com/open-telemetry/opentelemetry-ruby/issues/1321

Hi! I'd like to add cured meats to the collection. Do you think those should go in their own file (`nouns/cured_meats.txt`) or should they be added to `nouns/meat.txt`. Similarly, I'd...

Hi! I'm [working on](https://github.com/open-telemetry/opentelemetry-ruby/pull/1189) instrumenting this library so that it can generate OpenTelemetry trace spans (or likely instrumenting `-transport` or `-api`, depending on how things go 😄 ). I was...

#250 handled top-level committees and a bunch of subcommittees, but we're missing members for some subcommittees. I am making this issue to keep track of them (codes reference `committees-current.yaml`): -...

We should have a policy stating which versions of an instrumented gem (e.g. `pg`) will be supported by this repo's instrumentation gem (e.g. `opentelemetry-instrumentation-pg`). We set constraints in each gem's...

Obfuscating db statement is potentially expensive, so only do it if current span is recording. Checking if the current span is recording also entails doing some computation, though, so we...