Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: opentelemetry-sdk/v1.7.0
Choose a base ref
...
head repository: open-telemetry/opentelemetry-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: opentelemetry-sdk/v1.8.0
Choose a head ref
  • 9 commits
  • 88 files changed
  • 10 contributors

Commits on Feb 4, 2025

  1. fix: adding is_monotonic flag to sum (#1793)

    * fix: add is_monotonic flag to sum
    
    * add monotonic flags to otlp exporter
    
    * base is_monotonic on metric_data
    
    * dry and test
    
    * implement suggestions
    
    * making monotonic flag public interface a predicate
    
    * remove file oops
    
    ---------
    
    Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
    garoazinha and kaylareopelle authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    0bee6a3 View commit details
    Browse the repository at this point in the history
  2. feat: Suppport 3.1 Min Version (#1802)

    Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
    arielvalentin and kaylareopelle authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    59d1bf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Configuration menu
    Copy the full SHA
    a159dc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. ci: Add Tests for Ruby 3.4 (#1803)

    * feat: Suppport 3.1 Min Version
    
    * ci: Add test for Ruby 3.4
    
    * squash: relax minitest deps
    
    * squash: update some tests
    
    * squash: fix more mocks
    
    * squash: fix tests
    
    * squash: linter
    
    * squash: Thrift needs base64
    
    * squash: webmock base64
    
    * squash: make linter happy
    
    * squash: Fix sensitive test
    
    * squash: remove overspecified method
    
    * squash: address linter
    
    * squash: use the right regexp
    
    ---------
    
    Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
    arielvalentin and kaylareopelle authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    ffc7349 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. fix(context): use a Fiber attribute for Context (#1807)

    * Use a Fiber attribute for Context
    
    * Add benchmarks
    fbogsany authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    34b050c View commit details
    Browse the repository at this point in the history
  2. release: Release opentelemetry-api 1.5.0 (was 1.4.0) (#1817)

    * release: Release opentelemetry-api 1.5.0 (was 1.4.0)
    
    ---------
    
    Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com>
    Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
    3 people authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    82072a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Add FOSSA scanning workflow (#1812)

    Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
    Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
    3 people authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    56669f8 View commit details
    Browse the repository at this point in the history
  2. Mention support for periodic exporting in README (#1811)

    Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
    gjtorikian and kaylareopelle authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    9088044 View commit details
    Browse the repository at this point in the history
  3. release: Release 17 gems (#1819)

    * release: Release 17 gems
    
    * opentelemetry-registry 0.4.0 (was 0.3.1)
    * opentelemetry-sdk 1.8.0 (was 1.7.0)
    * opentelemetry-sdk-experimental 0.4.0 (was 0.3.2)
    * opentelemetry-common 0.22.0 (was 0.21.0)
    * opentelemetry-exporter-jaeger 0.24.0 (was 0.23.0)
    * opentelemetry-exporter-otlp 0.30.0 (was 0.29.1)
    * opentelemetry-exporter-otlp-logs 0.2.0 (was 0.1.0)
    * opentelemetry-exporter-otlp-metrics 0.4.0 (was 0.3.0)
    * opentelemetry-exporter-zipkin 0.24.0 (was 0.23.2)
    * opentelemetry-propagator-b3 0.22.0 (was 0.21.0)
    * opentelemetry-propagator-jaeger 0.22.0 (was 0.21.1)
    * opentelemetry-semantic_conventions 1.11.0 (was 1.10.1)
    * opentelemetry-test-helpers 0.6.0 (was 0.5.0)
    * opentelemetry-metrics-api 0.3.0 (was 0.2.0)
    * opentelemetry-metrics-sdk 0.6.0 (was 0.5.0)
    * opentelemetry-logs-api 0.2.0 (was 0.1.0)
    * opentelemetry-logs-sdk 0.2.0 (was 0.1.0)
    
    * chore: Fix spelling, verb tense
    
    ---------
    
    Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com>
    Co-authored-by: Kayla Reopelle <kreopelle@newrelic.com>
    3 people authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    c7a0008 View commit details
    Browse the repository at this point in the history
Loading