opentelemetry-ruby
opentelemetry-ruby copied to clipboard
OpenTelemetry Ruby API & SDK, and related gems
Hello, I can't find and setter to the sampler in `TracerProvider`, Is there any option to change the default sampler within the SDK's configuration?
This adds basic schema URL support in the API + SDK, specifically in and around Resources, Tracers, Tracer Provider, and the OTLP exporter. Some notes, in no particular order: -...
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....
See https://github.com/open-telemetry/opentelemetry-ruby/issues/1321
Now that we have copy-pasted the CI workflow between two separate repos, we should look into re-using these workflows somehow: https://docs.github.com/en/actions/using-workflows/reusing-workflows#access-to-reusable-workflows We'll need to see if the open-telemetry org allows...
I have learned via chat that the SimpleSpanProcessor is not intended for anything other than local testing yet its all that is used in the examples. By trial and error...
Add any design rationale for standout differences between this (Ruby) and other libraries or the spec. From @fbogsany > I've been thinking recently about the first one, since we have...
This pr discussed as part of https://github.com/open-telemetry/opentelemetry-ruby/pull/1026 ---- ### What's added in this PR? - Added config option `extract_messaging_context` disabled by default. - Extracting context propagation for `SQS.ReceiveMessage` method. In...
Linked to open-telemetry/opentelemetry-ruby-contrib#8