Robert

Results 14 issues of Robert

In scope of PR: - Sum aggregation - Explicit Bucket Histogram aggregation - Added aggregation classes for sum and explicit buckets - Added structs for data Number Data Points, and...

The spec allows for generic and more specific configuration of attribute length limits. https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/README.md#attribute-limits However we are currently applying legacy and span specific attribute environment variables to the event attribute...

- [ ] Remove TIMEOUT return stats https://github.com/open-telemetry/opentelemetry-ruby/pull/1087 - [ ] [Implement the OTEL_EXPORTER_OTLP_PROTOCOL env var ](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md) - [x] Ensure protos are current https://github.com/open-telemetry/opentelemetry-ruby/pull/982 - [ ] #1404

Follow up form this discussion https://github.com/open-telemetry/opentelemetry-ruby/discussions/1050, there is value in improve the quality of the failure to install messages. We could increase the detail to identify which specific checks failed...

enhancement
instrumentation
stale

Provide a simple mechanism for instrumentation library authors to declare a configuration option is deprecated, and point to the alternative. https://github.com/open-telemetry/opentelemetry-ruby/pull/894#discussion_r685437541

We currently support [disabling a specific instrumentation gem via environment variables](https://github.com/open-telemetry/opentelemetry-ruby/blob/f7108f2089794c1a407e395ef6b6fa8b47db142a/instrumentation/base/lib/opentelemetry/instrumentation/base.rb#L297-L305). We should look to add support for modifying any of the configuration options for a specific library via environment....

When we go to create a new release it does not fire off CI and requires us to send up an empty commit just to get the build going. We...

help wanted

``` [2021-08-16 20:48:08 INFO] Gem pushed to Rubygems [2021-08-16 20:48:08 INFO] Pushing opentelemetry-instrumentation-action_pack docs to gh-pages ... [2021-08-16 20:48:08 INFO] ["git", "add", "."] [2021-08-16 20:48:08 INFO] ["git", "commit", "-m", "Generate...

https://github.com/open-telemetry/opentelemetry-ruby/blob/469aa89ba180b1716a6a33c12647b32f1df4fed9/exporter/otlp/lib/opentelemetry/exporter/otlp/exporter.rb#L187-L191 https://github.com/open-telemetry/opentelemetry-ruby/pull/925#discussion_r691718641 https://github.com/open-telemetry/opentelemetry-ruby/pull/925#pullrequestreview-733486161

help wanted