opentelemetry-ruby icon indicating copy to clipboard operation
opentelemetry-ruby copied to clipboard

OpenTelemetry Ruby API & SDK, and related gems

Results 153 opentelemetry-ruby issues
Sort by recently updated
recently updated
newest added

Once the Logs SDK and Logs API implementations are stable and ready to be merged into the main API and SDK gems, let's refactor the code for the Trace SDK...

keep

In https://github.com/open-telemetry/opentelemetry-ruby/pull/1517#discussion_r1379707498, @olleolleolle brought to our attention the [YARD experimental type parser](https://yardoc.org/types.html) does not support `[optional Type]` argument descriptions in the documentation. One suggested alternative approach is to include the...

keep

Fixes https://github.com/open-telemetry/opentelemetry-ruby/issues/1540

keep

We run all of our services in Kubernetes, and define our open telemetry resource attributes like so: ``` - name: OTEL_RESOURCE_ATTRIBUTES value: > service.name=redacted, service.version=redacted, k8s.node.name=$(KUBE_NODE_NAME), k8s.pod.name=$(KUBE_POD_NAME), k8s.pod.uid=$(KUBE_POD_ID), k8s.namespace.name=$(KUBE_NAMESPACE) ```...

bug
keep

Our current OTLP exporter is set up to exclusively send traces. This issue will either adapt current exporters or create a new, temporary exporter to send logs over OTLP. Support...

keep

A release job failed. Release PR: #1523 Commit: https://github.com/open-telemetry/opentelemetry-ruby/commit/05326e23f7b7b62c9498534087162c80adc17163 ---- Release job completed with errors. Successfully released opentelemetry-api 1.2.3 Failed to release opentelemetry-sdk 1.3.0: Command failed with exit code 1:...

The `opentelemetry-exporter-otlp / ubuntu-latest` tests are failing regularly on Truffle Ruby on main. See this [example](https://github.com/open-telemetry/opentelemetry-ruby/actions/runs/5728397733/job/15522875258?pr=1506) or the cut and pasted output below: ``` Prepare all required actions Getting action...

bug
help wanted

The security SIG is looking to ensure that security tooling is setup consistently across the organization. As a result, we're asking maintainers to ensure the following tools are enabled in...

**Description of the bug** After upgrading only the `opentelemetry-sdk` gem from `v1.2.0` to `v1.2.1`, I started seeing a lot of "Calling finish on an ended Span." warnings from Sidekiq. I...

bug

Implement [LogRecord Limits](https://opentelemetry.io/docs/specs/otel/logs/sdk/#logrecord-limits)

keep